Skip to content

Commit bee7b38

Browse files
note on if firebase app is in testing mode
1 parent 0dc9b2b commit bee7b38

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
50.7 KB
Loading

docs/install-apps-from-firebase.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,14 @@ Now, you can view all the apps you’ve uploaded along with their respective ver
114114
1. **Add new project:** Click this button to add and sync new Firebase projects to your workspace.
115115
2. **Refresh:** This button refreshes the project list, apps, and releases to their latest state without affecting your synced releases.
116116
3. **Project Menu:** Click here to manage your project. You can share it with team members or delete it from the list.
117-
4. **Sync:** Sync your release. This is necessary to start any session and generates a unique app ID for the release, which will be used for automation test cases.
117+
4. **Sync:** Sync your release. This is necessary to start any session and generates a unique app ID for the release, which will be used for automation test cases.
118+
119+
:::note
120+
121+
Please verify if your app is in testing mode.
122+
123+
If it is, ensure that you add your email as a test user in GCP. This option is available in the 'Audience' section of GCP.
124+
125+
<img loading="lazy" src={require('../assets/images/mobile-app-testing/firebase/Noteaddemail.png').default} alt="Real " className="doc_img" width="1366" height="450"/>
126+
127+
:::

0 commit comments

Comments
 (0)