Skip to content
Firebase Quickstart Samples for Android
Java Kotlin Other
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Auto-update dependencies. (#1125) May 29, 2020
.google Metadata May 24, 2016
.opensource Deprecate App Invites Jan 25, 2019
admob Auto-update dependencies. (#1126) Jun 5, 2020
analytics Auto-update dependencies. (#1126) Jun 5, 2020
app-indexing Auto-update dependencies. (#1125) May 29, 2020
auth Auto-update dependencies. (#1126) Jun 5, 2020
config Auto-update dependencies. (#1126) Jun 5, 2020
crash Auto-update dependencies. (#1126) Jun 5, 2020
database Auto-update dependencies. (#1125) May 29, 2020
dynamiclinks Auto-update dependencies. (#1126) Jun 5, 2020
firestore Auto-update dependencies. (#1125) May 29, 2020
functions Auto-update dependencies. (#1125) May 29, 2020
gradle/wrapper Auto-update dependencies. (#1125) May 29, 2020
inappmessaging Auto-update dependencies. (#1126) Jun 5, 2020
internal Auto-update dependencies. (#1125) May 29, 2020
invites Deprecate App Invites Jan 25, 2019
messaging Auto-update dependencies. (#1126) Jun 5, 2020
mlkit-langid Update README.md Jun 3, 2020
mlkit-smartreply Update README.md Jun 3, 2020
mlkit-translate Update README.md Jun 3, 2020
mlkit Update README.md Jun 3, 2020
perf Auto-update dependencies. (#1125) May 29, 2020
scripts Add snippets checker script Jan 22, 2019
storage Auto-update dependencies. (#1125) May 29, 2020
.editorconfig Kotlin style fixes (#699) Oct 15, 2018
.gitignore Move to new Crashlytics SDK (#1118) May 11, 2020
CONTRIBUTING.md Update CONTRIBUTING.md Jul 9, 2018
LICENSE Update LICENSE Jun 21, 2017
README.md Move CI to GitHub Actions (#1076) Feb 25, 2020
build.gradle Auto-update dependencies. (#1125) May 29, 2020
build_pull_request.sh chore: fix pull request build (#1110) Apr 24, 2020
copy_mock_google_services_json.sh chore: implement selective builds on Github Actions (#1094) Apr 8, 2020
gradle.properties Convert Quickstart to AndroidX (#883) Jun 13, 2019
gradlew Auto-update dependencies. (#1125) May 29, 2020
gradlew.bat Auto-update dependencies. (#1125) May 29, 2020
mock-google-services.json Add quickstart sample for Translate API. May 6, 2019
settings.gradle Convert Quickstart to AndroidX (#883) Jun 13, 2019

README.md

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. 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.

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

Actions Status

You can’t perform that action at this time.