Mr. Phantom

Results 31 comments of Mr. Phantom

Please take a look at this question at Stack Overflow, it has detailed information on how folders work on firebase Storage/Google Cloud Storage: https://stackoverflow.com/questions/44988647/firebase-storage-folder-delete

It happens to me as well, even with JSON that are not from Firebase. My guess is that the JSON parser is a bit buggy.

The problem happens only with Facebook -> Google. The Google login provider will always take precedence over the Facebook one, here's an example: Let's say my email address for Facebook...

Nice find! Tonight I will give it another shot at this issue and document my results.

I tried the following: I had already my account with Gmail and logged in with Facebook, the login was successful and this was the response: ```json { "kind": "identitytoolkit#VerifyAssertionResponse", "federatedId":...

Yes, I will do some research and tests to see how it works with AS3. The good thing is that it has a REST API so it should be similar...

I did took a look at some examples but I will wait until it comes out of beta.

Hi, I just read about it. There's one thing that might be a problem, the recaptcha process. A workaround would be to host the html and JavaScript in Firebase Hosting...

Thanks! In the last hours I have been studying how it works and I almost got it working. I will explain what I got and what failed: When you start...

Thank you! What I normally do to sign out of Firebase is just delete the object/dictionary/map where I store the Firebase Access Token. In the official SDK it probably does...