We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The firebase-app element causes this error when tring to login using polymerfire with login fire.
firebase-app
The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
also in the console.log error NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened. firebase-auth.js:1252 so http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:1252:20 [79]/</</au.get/< http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:2599:28 nt/r.a</r.g< http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:220:27 ct http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:261:23 ut http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:255:99 [79]/</</au.Ub http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:2056:40 B http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:163:17
Login success
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The
firebase-app
element causes this error when tring to login using polymerfire with login fire.The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
also in the console.log error
NotFoundError: The operation failed because the requested database object could not be found. For example, an object store did not exist but was being opened.
firebase-auth.js:1252
so
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:1252:20
[79]/</</au.get/<
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:2599:28
nt/r.a</r.g<
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:220:27
ct
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:261:23
ut
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:255:99
[79]/</</au.Ub
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:2056:40
B
http://127.0.0.1:8081/bower_components/firebase/firebase-auth.js:163:17
Expected outcome
Login success
The text was updated successfully, but these errors were encountered: