-
Notifications
You must be signed in to change notification settings - Fork 39
Typesaurus v8 #84
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?
Typesaurus v8 #84
Conversation
This is exactly what I was looking for! When is v8 going to be released? |
@locona, you can use it now installing |
Thank you very much. It's probably not a problem with this library, but I wanted to change the version of firebase for the following issue. googleapis/nodejs-firestore#1023 Thanks. |
I had the same problem with this one. |
Hi! Any news about this? I preferred your lib among the others. It's somewhat like my lib for RTDB, the https://github.com/SrBrahma/firebase-database-modeler, but as I don't want to use RTDB no more, I am using Firestore in my new project. Do you have experience with Mobx? I am still thinking if I will use https://github.com/IjzerenHein/firestorter or make my own mobx way to talk to your lib. Edit: Just found out about https://github.com/kossnocorp/typesaurus-react. Maybe I won't use mobx for now to use it, and just use it for app config stuff I will try the alpha but I would appreciate a doc for the new major |
I am forking and verifying to install firebase sdk v9. It is lazied in the adapter, will this be unnecessary with the modularization released in v9? |
Make `injectTestingAdaptor` work both with the result of `initializeAdminApp` and `initializeTestApp`.
TODO