Vasco Cavalheiro
Vasco Cavalheiro
Hello @Shifs, please bear in mind that you need to subscribe in both browsers for this to work. And please let me know, do you get an error in the...
I noticed something similar, I think this is only temporary while the image loads. The emoji image is 7MB and on mobile this takes longer and the website gets blocked...
I'm also getting the same issue, I can't use signInWithRedirect. I get a null user profile after the redirect. Did you find out the root cause? I'm using an authDomain...
My application is served in mydomain.com, and the CSS and Javascript chunks are served from the Cloudfront CDN for performance reasons. Removing Deploy Url prevents this extremely common use case....
I'm also getting the same issue, I can't use signInWithRedirect. I get a null user profile after the redirect. Did you find out the root cause? I'm using an authDomain...
I see that on the Firebase docs, the recommended API is now the modular API, does this mean the API is feature complete? Here is an example of what I...
Thanks! I think it could be a change made on beta 6. try either tsd install es6-shim, or add this by fixing the path to App.js: ``` /// ``` on...