Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Backup: use firestore #1396

Closed
wants to merge 31 commits into from
Closed

[WIP]Backup: use firestore #1396

wants to merge 31 commits into from

Conversation

ppupha
Copy link
Collaborator

@ppupha ppupha commented Nov 28, 2023

Description

Describe your changes

  • Added a function A to process data B
  • Created new column C to store D state
  • Refactor workflow E to improve performance because of F

@ppupha ppupha force-pushed the Sang/backup/use_fireStore branch from 4ce6951 to e7937a6 Compare November 28, 2023 09:25
@ppupha ppupha force-pushed the Sang/backup/use_fireStore branch from e7937a6 to 5288a3c Compare November 28, 2023 10:44
Copy link
Contributor

github-actions bot commented Nov 28, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

pubspec.lock
pubspec.yaml
  • cloud_firestore@>= 4.13.2, < 5.0.0
  • firebase_auth@>= 4.15.3, < 5.0.0
  • firebase_core@>= 2.23.0, < 3.0.0

android/app/google-services.json Outdated Show resolved Hide resolved
android/app/google-services.json Outdated Show resolved Hide resolved
lib/firebase_options.dart Outdated Show resolved Hide resolved
lib/firebase_options.dart Outdated Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/common/injector.dart Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/connection.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
lib/database/entity/wallet_address.dart Outdated Show resolved Hide resolved
github-actions[bot]

This comment was marked as resolved.

lib/firebase_options.dart Outdated Show resolved Hide resolved
lib/util/cloud_firestore.dart Outdated Show resolved Hide resolved
lib/util/cloud_firestore.dart Outdated Show resolved Hide resolved
lib/util/cloud_firestore.dart Outdated Show resolved Hide resolved
lib/firebase_options.dart Outdated Show resolved Hide resolved
lib/util/cloud_firestore.dart Outdated Show resolved Hide resolved
lib/util/cloud_firestore.dart Outdated Show resolved Hide resolved
lib/util/ui_helper.dart Outdated Show resolved Hide resolved
lib/screen/migration/key_sync_bloc.dart Outdated Show resolved Hide resolved
lib/screen/migration/key_sync_bloc.dart Outdated Show resolved Hide resolved
lib/screen/migration/key_sync_bloc.dart Outdated Show resolved Hide resolved
unawaited(injector<MetricClientService>()
.mixPanelClient
.initIfDefaultAccount());
// unawaited(injector<MetricClientService>()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove this commented lines.

@@ -350,15 +352,18 @@ class _ClaimActivationPageState extends State<ClaimActivationPage> {
_processing = false;
});
if (mounted) {
Navigator.of(context).pushNamedAndRemoveUntil(
await Navigator.of(context).pushNamedAndRemoveUntil(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix remove await.

@@ -7,14 +7,20 @@

// ignore_for_file: unawaited_futures, type_annotate_public_apis

// ignore_for_file: unawaited_futures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [flutter-analyze] reported by reviewdog 🐶
The diagnostic 'unawaited_futures' doesn't need to be ignored here because it's already being ignored

@@ -349,15 +351,18 @@ class _ClaimActivationPageState extends State<ClaimActivationPage> {
_processing = false;
});
if (mounted) {
Navigator.of(context).pushNamedAndRemoveUntil(
await Navigator.of(context).pushNamedAndRemoveUntil(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [flutter-analyze] reported by reviewdog 🐶
Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check

if (!mounted) {
return;
}
await Navigator.of(context).pushNamed(AppRouter.artworkDetailsPage,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [flutter-analyze] reported by reviewdog 🐶
Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants