mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
add firebase pref dependency
This commit is contained in:
parent
ee7ce09eba
commit
455d2b0ee1
22
.github/ISSUE_TEMPLATE.md
vendored
22
.github/ISSUE_TEMPLATE.md
vendored
@ -1,22 +0,0 @@
|
||||
<!--
|
||||
- Please provide as much as detail and example as you can.
|
||||
- Add screenshots if appropriate.
|
||||
- Make sure that you are always on the latest version.
|
||||
- Search issue before submitting a new one.
|
||||
|
||||
Public Slack channel: https://rebrand.ly/fasthub
|
||||
|
||||
#### How to submit Issue/Feature Request to *FastHub*
|
||||
- Make sure the included template is filled ( using FastHub will fill them up automatically ).
|
||||
- If you planning to report multiple FRs/Issues that falls under the same category ~PLEASE REPORT THEM IN ONE TICKET~.
|
||||
- Make sure you are always on latest (FastHub/About & Click on version name).
|
||||
- Make sure the issue doesn't exists, lets keep things clean & tidy here :).
|
||||
-->
|
||||
|
||||
**FastHub Version:** <!-- Don't forget to mention "Enterprise" here if needed. -->
|
||||
**Android Version:**
|
||||
**Device Information:**
|
||||
- MANUFACTURER: <!-- e.g. Yota Devices Limited -->
|
||||
- BRAND: <!-- e.g. YotaPhone -->
|
||||
- MODEL: <!-- e.g. YD201 -->
|
||||
---
|
||||
@ -5,6 +5,7 @@ apply plugin: 'kotlin-kapt'
|
||||
apply plugin: 'com.apollographql.android'
|
||||
apply plugin: 'com.novoda.build-properties'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'com.google.firebase.firebase-perf'
|
||||
|
||||
buildProperties {
|
||||
notThere {
|
||||
@ -147,6 +148,7 @@ dependencies {
|
||||
implementation "com.google.firebase:firebase-inappmessaging:19.0.2"
|
||||
implementation "com.google.firebase:firebase-messaging:20.1.0"
|
||||
implementation "com.google.firebase:firebase-database:19.2.0"
|
||||
implementation 'com.google.firebase:firebase-perf:19.0.4'
|
||||
implementation "com.google.android.gms:play-services-base:17.1.0"
|
||||
implementation('com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0') { transitive = false }
|
||||
implementation('com.github.b3er.rxfirebase:firebase-database:11.2.0') { transitive = false }
|
||||
|
||||
@ -28,6 +28,7 @@ buildscript {
|
||||
classpath 'com.novoda:gradle-build-properties-plugin:0.4.1'
|
||||
classpath 'io.fabric.tools:gradle:1.31.2'
|
||||
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2'
|
||||
classpath 'com.google.firebase:perf-plugin:1.3.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user