mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-29 22:01:06 +00:00
feat: add env vars to repo.
This commit is contained in:
@@ -53,11 +53,11 @@ class DefaultFirebaseOptions {
|
||||
}
|
||||
}
|
||||
|
||||
static const FirebaseOptions android = FirebaseOptions(
|
||||
static FirebaseOptions android = FirebaseOptions(
|
||||
apiKey: Env.apiKey,
|
||||
appId: Env.appId,
|
||||
messagingSenderId: Env.messagingSenderId,
|
||||
projectId: Env.projectId,
|
||||
storageBucket: Env.storageBucket,
|
||||
messagingSenderId: '1006104807752',
|
||||
projectId: 'revanced-manager',
|
||||
storageBucket: 'revanced-manager.appspot.com',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user