mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-18 00:33:58 +00:00
fix: add firebase options to repo.
This commit is contained in:
@@ -6,4 +6,19 @@ part 'env_class.g.dart';
|
||||
abstract class Env {
|
||||
@EnviedField(varName: 'sentryDSN')
|
||||
static const sentryDSN = _Env.sentryDSN;
|
||||
|
||||
@EnviedField(varName: 'apiKey')
|
||||
static const apiKey = _Env.apiKey;
|
||||
|
||||
@EnviedField(varName: 'appId')
|
||||
static const appId = _Env.appId;
|
||||
|
||||
@EnviedField(varName: 'messagingSenderI')
|
||||
static const messagingSenderId = _Env.messagingSenderId;
|
||||
|
||||
@EnviedField(varName: 'projectId')
|
||||
static const projectId = _Env.projectId;
|
||||
|
||||
@EnviedField(varName: 'storageBucket')
|
||||
static const storageBucket = _Env.storageBucket;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user