Skip to content

Typo on "Getting started" doc #1601

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

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Typo on "Getting started" doc #1601

merged 1 commit into from
Jan 29, 2025

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