-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Added docs for firebase authentication and firestore Modular V9. #3174
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
Conversation
Added a simple and a full fledged authentication documentation with examples and best practices.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
Added configuration methods and properties for firebase auth. 1. Tenant Id 2. Language Code 3. Auth Persistence 4. Set Local Language
Added complete docs for accessing and using collections in firebase firestore with full examples 1. docs single time 2. Realtime collection changes 3. Only changes observable 4. Perform simple and compound queries 5. Paginate data 6. Order and limit data
@jamesdaniels Anyway this could be pushed through? I'm seeing many struggling with a lack of documentation on the new version. Thank you! |
## Features list of document querying 1. Create a document 2. Update a document 3. Delete a document 4. Observer a document for changes 5. Inline querying like * Incrementing field value * Adding a data in an array * Removing a data from an array 6. Offline data persistence
@davideast Just trying to find owners of the repo to push this through as fast as we can to alleviate issue tickets coming in and help newcomers like me. I know you are all busy and your work is appreciated! |
Thanks for this and the energy. We've been working on a new doc structure here, I was waiting for the new version to pass the last major in popularity before pushing to modular (rather than compat). We recently hit that milestone, so we'll be rebooting the effort here. If you'd like to start contributing to that branch, we'd welcome it. We'll be aiming to push that to main in the coming weeks. |
Ok Here is the new PR #3176 |
Added docs for modular firebase authentication, modular firestore documents, and collections.
Added a simple and full-fledged authentication documentation with examples and best practices.
Added configuration methods and properties for firebase auth.
Added complete docs for accessing and using collections in firebase firestore with full examples
Features list of document querying
Description
This pull request includes documentation for authentication and firestore collections.