Skip to content

Commit

Permalink
Use default auth domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jan 28, 2025
1 parent 6c621fe commit ecba83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pub_stats/lib/service/firebase_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class FirebaseService {

static Future<FirebaseService> create() async {
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform
.copyWith(authDomain: 'proxy.pubstats.dev'),
options: DefaultFirebaseOptions.currentPlatform,
// .copyWith(authDomain: 'proxy.pubstats.dev'),
);

// Initialize services
Expand Down

0 comments on commit ecba83b

Please sign in to comment.