-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Firebase database getInstance crashes app #7
Comments
Closed
Caused by: com.google.firebase.database.DatabaseException: Failed to get FirebaseDatabase instance: Specify DatabaseURL within FirebaseApp or from your getInstance() call. the URL should be inside of getInstance() like: FirebaseDatabase.getInstance("URL of your database here") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the sample after creating google-service.json the app crashes when trying to get database reference in SignInActivity
mDatabase = FirebaseDatabase.getInstance().getReference();
The text was updated successfully, but these errors were encountered: