public static string DELETE(this API_Firebase firebase) { return(firebase.HTTP_Request("DELETE", "{}")); }
public static string POST(this API_Firebase firebase, object data) { return(firebase.HTTP_Request("POST", data)); }