Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/install-apps-from-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,16 @@ Note: Projects can also be shared later directly from the menu.
Now, you can view all the apps you’ve uploaded along with their respective versions, which can be synced with LambdaTest. Select the application, choose the version, pick the device for testing, and **start the session.**

<img loading="lazy" src={require('../assets/images/mobile-app-testing/firebase/Noblurlaststep.png').default} alt="Real " className="doc_img" width="1366" height="629"/>

:::tip

<img loading="lazy" src={require('../assets/images/mobile-app-testing/firebase/Buttonexplanation.png').default} alt="Real " className="doc_img" width="1366" height="629"/>


**Button Functions Overview-**

1. *Add new project -* Click this button to add and sync new Firebase projects to your workspace.
2. *Refresh -* This button refreshes the project list, apps, and releases to their latest state without affecting your synced releases.
3. *Project Menu -* Click here to manage your project. You can share it with team members or delete it from the list.
4. *Sync -* Sync your release to install the app on a device. This generates a unique app ID for that release.
:::
Loading