https://github.com/firebase/quickstart-android
Firebase Quickstart Samples for Android
https://github.com/firebase/quickstart-android
android firebase
Last synced: 6 months ago
JSON representation
Firebase Quickstart Samples for Android
- Host: GitHub
- URL: https://github.com/firebase/quickstart-android
- Owner: firebase
- License: apache-2.0
- Created: 2016-04-26T17:13:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T16:17:11.000Z (7 months ago)
- Last Synced: 2025-05-07T07:02:41.374Z (7 months ago)
- Topics: android, firebase
- Language: Kotlin
- Homepage: https://firebase.google.com
- Size: 32.1 MB
- Stars: 9,042
- Watchers: 549
- Forks: 7,372
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - firebase/quickstart-android - App Messaging(应用内消息传递)和 ML Kit(机器学习套件)等Firebase核心功能。通过这些示例,开发者可以学习如何在Android应用中集成Firebase服务,例如使用邮箱密码、Google账号或社交媒体账号进行用户身份验证;存储和同步结构化数据;上传和下载文件;创建和部署云函数;发送推送通知;动态配置应用行为;创建智能链接;以及集成广告和机器学习功能。项目结构清晰,代码简洁易懂,是学习Firebase Android开发的理想资源。 (后端开发框架及项目 / 后端项目_其他)
README
# Firebase Quickstarts for Android
A collection of quickstart samples demonstrating the Firebase APIs on Android. For more information, see https://firebase.google.com.
## Samples
You can open each of the following samples as an Android Studio project, and run
them on a mobile device or a virtual device (AVD). When doing so you need to
add each sample app you wish to try to a Firebase project on the [Firebase
console](https://console.firebase.google.com). You can add multiple sample apps
to the same Firebase project. There's no need to create separate projects for
each app.
To add a sample app to a Firebase project, use the `applicationId` value specified
in the `app/build.gradle` file of the app as the Android package name. Download
the generated `google-services.json` file, and copy it to the `app/` directory of
the sample you wish to run.
- [Admob](admob/README.md)
- [Analytics](analytics/README.md)
- [App Distribution](appdistribution/README.md)
- [App-Indexing](app-indexing/README.md)
- [Auth](auth/README.md)
- [Config](config/README.md)
- [Crash](crash/README.md)
- [Database](database/README.md)
- [Firestore](firestore/README.md)
- [Functions](functions/README.md)
- [Dynamic Links](dynamiclinks/README.md)
- [In-App Messaging](inappmessaging/README.md)
- [Messaging](messaging/README.md)
- [ML Kit](mlkit/README.md)
- [ML Kit LanguageID](mlkit-langid/README.md)
- [ML Kit Smart Reply](mlkit-smartreply/README.md)
- [ML Kit Translate](mlkit-translate/README.md)
- [Performance Monitoring](perf/README.md)
- [Storage](storage/README.md)
- [Vertex AI](vertexai/README.md)
## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
[![Actions Status][gh-actions-badge]][gh-actions]
[![SAM Score][sam-score-badge]][sam-score]
[gh-actions]: https://github.com/firebase/quickstart-android/actions
[gh-actions-badge]: https://github.com/firebase/quickstart-android/workflows/Android%20CI/badge.svg
[sam-score]: https://ossbot.computer/samscore.html
[sam-score-badge]: https://ossbot.computer/samscorebadge?org=firebase&repo=quickstart-android