Skip to content

Commit

Permalink
fix: app check debubug token
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns committed May 31, 2024
1 parent 3ffe317 commit 22b6da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallet/lib/services/data_stores/remote_data_store.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,6 @@ class RemoteDataStoreImp implements RemoteDataStore {

@override
Future<String> getAppCheckToken() async {
return "6B189291-D2AE-439B-AA5D-E2B99679C01E";
final String? token = await firebaseAppCheck.getToken();

if (token == null || token.isEmpty) {
Expand Down

0 comments on commit 22b6da9

Please sign in to comment.