FirebaseExtended / crashlytics-migration-android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SampleApp for Fabric/Firebase

This Android/iOS app is meant to demo Fabric and Firebase crashlytics / analytics functionalities. It is intended as a showcase of how to integrate basic features into your Fabric/Firebase apps. This sample app also demonstrates the differences between Fabric and Firebase implementation of dependencies, as well as the parity between Answers events and Google Analytics events.

Status

Status: Archived

This library is no longer actively maintained. We do not recommend using this library in production.

If you maintain a fork of this library that you believe is healthier than the official version, we may consider recommending your fork. Please open a Pull Request if you believe that is the case.

How to use this App (Fabric)

  1. Launch the app in Android Studio
  2. Navigate to the AndroidManifest.xml file
  3. Insert your API Key
  4. Build the app
  5. Run the app

How to use this App (Firebase)

  1. Navigate to your Firebase Console's Project
  2. Click add app
  3. Download the google-services.json file and add it into your app folder
  4. Launch Android Studio
  5. Run the app

Get support

If you need support to build the app or to understand any part of the code, let us know. Post your question on Stack Overflow.

Contributing

The goal of this project is to be an example for Fabric and Firebase and we strive to keep it simple. We definitely welcome improvements and fixes, but we may not merge every pull request suggested by the community.

The rules for contributing are available at CONTRIBUTING.md file.

License

Copyright 2019 Google LLC

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

https://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.

About

License:Apache License 2.0


Languages

Language:Java 100.0%