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
https://github.com/firebase/snippets-web/blob/e2beb93c2842b540ce78403ff4e2b115ebc0d072/snippets/database-next/index/rtdb_get_reference.js
All import refrances to Firebase Database are incorrect. Should be @firebase/database and not firebase/database
The text was updated successfully, but these errors were encountered:
@CoombesJ based on this SO answer, it looks like the use of @ depends on what module loader/bundler you're using.
@
I believe most module loaders don't need @, so I would vote to keep the snippet as it is.
Sorry, something went wrong.
Closing this for now. Feel free to reopen if you still need help
No branches or pull requests
https://github.com/firebase/snippets-web/blob/e2beb93c2842b540ce78403ff4e2b115ebc0d072/snippets/database-next/index/rtdb_get_reference.js
All import refrances to Firebase Database are incorrect.
Should be @firebase/database and not firebase/database
The text was updated successfully, but these errors were encountered: