You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,14 @@ Environment variables are required in order to locally run this API. Please find
59
59
60
60
### Starting the Development Server
61
61
62
-
You are now ready to start the development server, and interact with the API.
62
+
- Run `npm run dev` to start the development server, and interact with the API.
63
63
64
-
- Run `npm run dev` to start the server.
65
-
- Pleae note that when you are working with the front end applications, the congregation request is automatically approved.
64
+
### Creating Your Congregation Account
65
+
66
+
As each development server will start with a new and clean Firebase Emulator instance, you have to create your user and congregation account.
67
+
68
+
- When creating user account, the use of authenticator app is optional. When required, the OTP code is printed on the dev console. If you still want to use authenticator app, you have to delete and create a new account each time you run the dev server.
69
+
- The congregation request is automatically approved.
0 commit comments