when firebase v9 introduced there is major change in many functions and method .so if you are looking for the v9 change in syntax .here is some of the major changes
**
Authenticate with Firebase using Password-Based Accounts using Javascript
**: https://firebase.google.com/docs/auth/web/password-auth#web-version-8_1
**
Manage Users in Firebase
**
https://firebase.google.com/docs/auth/web/manage-users#web-version-9_4
**
How to create a new collection using Firestore v9
**
https://devjonas.medium.com/how-to-create-a-new-collection-using-firestore-v9-d91366492287
Add data to Cloud Firestore
https://firebase.google.com/docs/firestore/manage-data/add-data#web-version-9
Top comments (0)