-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(fdc): Data Connect Dart SDK init #13063
Conversation
packages/firebase_data_connect/firebase_data_connect/protos/google/api/README.md
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/example/pubspec.yaml
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/lib/src/core/ref.dart
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's try to fix the analyzer etc. Also would like to check if the code is up to date with the api review change.
@russellwheatley @Lyokone Can you help please audit the review comments in the doc that you've composed, and move the still valid ones here? Thanks!
@@ -0,0 +1,91 @@ | |||
# Copyright 2021 The Chromium Authors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same thing for this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even if we want to ignore the generated files in the linter?
packages/firebase_data_connect/firebase_data_connect/example/android/app/google-services.json
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/example/dataconnect.yaml
Show resolved
Hide resolved
...irebase_data_connect/example/dataconnect/src/main/java/com/myapplication/AddMovieMutation.kt
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/example/ios/firebase_app_id_file.json
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/example/lib/main.dart
Outdated
Show resolved
Hide resolved
packages/firebase_data_connect/firebase_data_connect/example/lib/main.dart
Outdated
Show resolved
Hide resolved
// limitations under the License. | ||
|
||
/// version number for the package, should be align with pubspec.yaml. | ||
const packageVersion = '0.1.0'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably do a script to update this version automatically on release (not important for first version)
Removed references to personal firebase projects Moved mapped host logic to new firebase_common package
Core SDK: packages/firebase_data_connect/firebase_data_connect/lib
Generated SDK: packages/firebase_data_connect/firebase_data_connect/example/lib/generated
Example: packages/firebase_data_connect/firebase_data_connect/example/lib
Context doc: go/dataconnect:sdk:dart:core