Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Complete removing references to RTDB
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Dec 11, 2018
1 parent 47f1ac7 commit bc8549b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/net/squanchy/SquanchyApplication.kt
Expand Up @@ -3,7 +3,6 @@ package net.squanchy
import android.app.Application
import com.crashlytics.android.Crashlytics
import com.crashlytics.android.core.CrashlyticsCore
import com.google.firebase.database.FirebaseDatabase
import io.fabric.sdk.android.Fabric
import io.reactivex.android.schedulers.AndroidSchedulers
import io.reactivex.disposables.CompositeDisposable
Expand Down Expand Up @@ -55,7 +54,6 @@ class SquanchyApplication : Application() {
}

private fun initializeFirebase() {
FirebaseDatabase.getInstance().setPersistenceEnabled(true)
preloadRemoteConfig()
preloadTracks()
}
Expand Down

0 comments on commit bc8549b

Please sign in to comment.