Skip to content

Conversation

Zadigo
Copy link
Contributor

@Zadigo Zadigo commented Jan 29, 2025

When following the documentation to try and implement Firebase for a Nuxt project I stumbled upon a typo where the import for a database reference was a written as import { getDatabase, dbRef } from 'firebase/database' as opposed to import { getDatabase, ref as dbRef } from 'firebase/database' as the rest of the document.

When following the documentation to try and implement Firebase for a Nuxt project I stumbled on a typo where the import for a database reference was a written as `import { getDatabase, dbRef } from 'firebase/database'` as opposed to `import { getDatabase, ref as dbRef } from 'firebase/database'` as the rest of the document
@posva posva merged commit 6dbe7a8 into vuejs:main Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants