Skip to content
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

Provided usage is outdated #42

Closed
kidonng opened this issue Mar 9, 2023 · 0 comments · Fixed by #43
Closed

Provided usage is outdated #42

kidonng opened this issue Mar 9, 2023 · 0 comments · Fixed by #43

Comments

@kidonng
Copy link
Contributor

kidonng commented Mar 9, 2023

It seems with latest keyv, the correct way to use this package is:

const keyv = new Keyv({
	store: new KeyvFirestore({
		projectId: 'my-firebase-project',
		collection: 'firestore-db-collection',
		credentials: require('./path/to/google-credentials.json'),
	}),
})
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 a pull request may close this issue.

1 participant