An open API service indexing awesome lists of open source software.

https://github.com/raczo/androidfirebasektx

A little Android app I've written in Kotlin to demo several Firebase features on my talks.
https://github.com/raczo/androidfirebasektx

android firebase firebase-abtesting firebase-analytics firebase-cloud-messaging firebase-performance firebase-remote-config firebase-test-lab kotlin ktx

Last synced: 2 months ago
JSON representation

A little Android app I've written in Kotlin to demo several Firebase features on my talks.

Awesome Lists containing this project

README

          

# Android Firebase KTX

## Español/Spanish

Esta es una pequeña app que he escrito en Kotlin para demostrar varias características de Firebase en mis charlas.

Este proyecto Android contiene código que demuestra:
* Firebase Crashlytics
* Google Analytics para Firebase
* Firebase A/B Testing
* Firebase Test Lab

## English/Inglés

A little Android app I've written in Kotlin to demo several Firebase features on my talks.

This Android project contains code to demo:
* Firebase Crashlytics
* Google Analytics for Firebase
* Firebase A/B Testing
* Firebase Test Lab

Learn more about Firebase utilizing the following resources/Aprende más sobre Firebase utilizando los recursos siguientes:

Android Codelabs: https://codelabs.developers.google.com/codelabs/firebase-android

A/B Testing: https://firebase.google.com/docs/ab-testing

Test Lab
* Android: https://firebase.google.com/docs/test-lab/android/firebase-console
* iOS: https://firebase.google.com/docs/test-lab/ios/firebase-console
* Unity: https://codelabs.developers.google.com/codelabs/unity-firebase-test-lab-game-loop/index.html

Docs
* Web: https://firebase.google.com/docs/web/setup
* Android: https://firebase.google.com/docs/android/setup
* iOS: https://firebase.google.com/docs/ios/setup

GitHub
* Firebase SDK (Open Source): https://github.com/firebase/firebase-android-sdk

Other/Otros
* YouTube Channel: https://www.youtube.com/user/Firebase
* StackOverflow: https://stackoverflow.com/questions/tagged/firebase

License
=======

Copyright 2020 Oscar Salguero

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.