mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Disable push until we resolve some issues with rules
This commit is contained in:
parent
340623a57c
commit
a2ab405a13
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ import Utils
|
|||
|
||||
extension AppDelegate {
|
||||
func configureFirebase() {
|
||||
guard FeatureFlag.enablePushNotifications else { return }
|
||||
|
||||
let keys: FirebaseKeys? = {
|
||||
let isProd = (PublicValet.storedAppEnvironment ?? .initialAppEnvironment) == .prod
|
||||
let firebaseKeys = isProd ? AppKeys.sharedInstance?.firebaseProdKeys : AppKeys.sharedInstance?.firebaseDemoKeys
|
||||
|
|
|
|||
Loading…
Reference in a new issue