-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem when using both FirebaseAuth and FirebaseDatabase #17
Comments
Any chance you could share a modified sample application that demonstrates this? |
I detected , if not logout firebase auth, can't push data. |
I have same issue but i use only FirebaseAuth in the project. |
Are you sure you have your database rules configured so that the logged in user can push to the database? If you can't share specific information on this public thread could you contact support@firebase.google.com and we can discuss this further there ? |
I installed 1.1.0 sdk and now works fine! :) |
Same problem here. When I login with Facebook token and try to get data from database, my editor freeze or crash without stacktrace information. On Android device SignInWithCredentialAsync return an error
|
@alehkudrevich any chance you have any more information about this? We discovered a problem with Auth that could lead to a hang when signing in but I don't believe we've seen the error you're describing. You mention your editor freeze / crashes, are you running in the editor? If so, we don't really support Firebase Authentication in the editor at the moment as we only provide a stub implementation. |
This should be resolved in version 1.1.1 |
I single use FirebaseAuth(use facebook token) or FirebaseDatabase(realtime database) it work perfectly (Android).
But I use both of them, my app freeze after login. Folow:
2.Login with facebook sdk to get token.(still work)
Sr, my English.
The text was updated successfully, but these errors were encountered: