Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(appdistribution): add in-app-feedback support #1463

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update README.md
  • Loading branch information
thatfiredev committed Mar 6, 2023
commit 2940487660d95bbd803d1e9d93338d5b5e9d8d74
6 changes: 5 additions & 1 deletion appdistribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Introduction

The Firebase App Distribution SDK enables you to display in-app alerts to your testers when new builds of your app are available to install. This quickstart aims to showcase how to use the App Distribution SDK to create and customize new build alerts for your testers. You can read more
The Firebase App Distribution SDK enables you to:
- display in-app alerts to your testers when new builds of your app are available to install;
- collect in-app feedback from your testers.

This quickstart aims to showcase how to use the App Distribution SDK. You can read more
about Firebase App Distribution [here](https://firebase.google.com/docs/app-distribution)!

## Getting Started
Expand Down