-
Notifications
You must be signed in to change notification settings - Fork 90
[WIP]: Add Firebase integration #323
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
base: main
Are you sure you want to change the base?
Conversation
|
@KyleAMathews What are your thoughts about changing this parameter to |
Hello there, I took this in progress code and added locally to my project because I need it for firestore and I notice issue that is described below. The firebaseCollectionOptions function was causing type inference issues when used with The issue stemmed from a type signature mismatch between firebaseCollectionOptions and what
The key difference is that CollectionConfig uses a default key type of string | number, while firebaseCollectionOptions with the pattern used by queryCollectionOptions (which works
// After // After // After // After With these changes when I use firebaseCollectionOptions inside useLiveQuery combining with leftJoin from another query-db-collection types are inferred properly . |
@devstojko yeah it's pretty rough atm. I'm about to leave on parental leave so if you want to pick up taking it to production-ready, feel free to take it over! |
oh this is exciting! |
No description provided.