angularfire
angularfire copied to clipboard
Recommended API Version
First, the Example Use section of the README has examples using the Modular API. Then, in the Resources section of the README, we're first directed to the version 7 upgrade guide that specifically mentions in bolded text:
Most developers can stop here for now as the new API isn't feature complete.
Finally, the README then proceeds to the Developer Guide section that again links to the upgrade doc, but then specifically calls out that it assumes we're using the Modular API. Even the new issue instructions recommend that we read said Developer Guide, indicating that perhaps the Modular API should be what we're using.
While I would like a direct answer as to which is the currently recommended version, I'm guess that it's the Modular API and that the version 7 upgrade document is out of date. If that's correct, and the Modular API is now feature complete, then it should be updated to prevent this type of confusion.
This issue does not seem to follow the issue template. Make sure you provide all the required information.
I see that on the Firebase docs, the recommended API is now the modular API, does this mean the API is feature complete? Here is an example of what I mean https://firebase.google.com/docs/firestore/query-data/queries
Please clarify if the modular API is feature complete or not, and if we can start the migration to it. I have been holding off in migrating due to this mention on the docs
Most developers can stop here for now as the new API isn't feature complete.
But i suspect this is not true anymore? Thank you for clarifying, cheers everyone.