AmitXShukla / Online-School-Management-App-Angular-Firebase

Angular 11.0 Firebase App - Online School , Student Management App
184 stars 88 forks source link

how to setup collections in firestore #27

Closed kumaranvnr closed 3 years ago

kumaranvnr commented 3 years ago

created new database and web app and then added the configurations in environment.ts file. then publish the roles also. but there is no collections in the database. kindly help me. i am new to angular and firestore.thank you.

kumaranvnr commented 3 years ago

the issue solved.

  1. create database in firebase
  2. register the web app and then copy the configuration code and then paste it into the environment file.
  3. create the user under authentication in firebase database
  4. run the project
  5. enter the mail id and password of what you are created in the firebase user authentication.
  6. then update the settings as user creation. initially create for admin user. thats it.
  7. after that do the operations. the collections automatically created one by one.