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