diff --git a/Dart/quickstarts/callable-functions-streaming/pubspec.yaml b/Dart/quickstarts/callable-functions-streaming/pubspec.yaml index cf8243abc..15aa742e0 100644 --- a/Dart/quickstarts/callable-functions-streaming/pubspec.yaml +++ b/Dart/quickstarts/callable-functions-streaming/pubspec.yaml @@ -6,28 +6,9 @@ environment: sdk: ^3.11.0 dependencies: - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main + firebase_functions: ^0.5.0 http: ^1.2.0 dev_dependencies: build_runner: ^2.10.5 lints: ^6.0.0 - -dependency_overrides: - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main - firebase_admin_sdk: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/firebase_admin_sdk - ref: main - google_cloud_firestore: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/google_cloud_firestore - ref: main diff --git a/Dart/quickstarts/callable-functions/pubspec.yaml b/Dart/quickstarts/callable-functions/pubspec.yaml index a3b804974..8e9c9239e 100644 --- a/Dart/quickstarts/callable-functions/pubspec.yaml +++ b/Dart/quickstarts/callable-functions/pubspec.yaml @@ -6,27 +6,8 @@ environment: sdk: ^3.11.0 dependencies: - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main + firebase_functions: ^0.5.0 dev_dependencies: build_runner: ^2.10.5 lints: ^6.0.0 - -dependency_overrides: - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main - firebase_admin_sdk: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/firebase_admin_sdk - ref: main - google_cloud_firestore: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/google_cloud_firestore - ref: main diff --git a/Dart/quickstarts/https-time-server/pubspec.yaml b/Dart/quickstarts/https-time-server/pubspec.yaml index 1da62e9a5..8a8298b5b 100644 --- a/Dart/quickstarts/https-time-server/pubspec.yaml +++ b/Dart/quickstarts/https-time-server/pubspec.yaml @@ -6,34 +6,11 @@ environment: sdk: ^3.11.0 dependencies: - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main - firebase_admin_sdk: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/firebase_admin_sdk - ref: main - google_cloud_firestore: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/google_cloud_firestore - ref: main + firebase_functions: ^0.5.0 + firebase_admin_sdk: ^0.5.0 + google_cloud_firestore: ^0.5.0 intl: ^0.20.2 dev_dependencies: build_runner: ^2.10.5 lints: ^6.0.0 - -dependency_overrides: - firebase_admin_sdk: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/firebase_admin_sdk - ref: main - google_cloud_firestore: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/google_cloud_firestore - ref: main diff --git a/Dart/quickstarts/resize-image/pubspec.yaml b/Dart/quickstarts/resize-image/pubspec.yaml index 363dac322..09f015e12 100644 --- a/Dart/quickstarts/resize-image/pubspec.yaml +++ b/Dart/quickstarts/resize-image/pubspec.yaml @@ -8,24 +8,9 @@ environment: dependencies: image: ^4.8.0 path: ^1.9.1 - firebase_functions: - git: - url: https://github.com/firebase/firebase-functions-dart - ref: main + firebase_functions: ^0.5.0 intl: ^0.20.2 dev_dependencies: build_runner: ^2.10.5 lints: ^6.0.0 - -dependency_overrides: - firebase_admin_sdk: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/firebase_admin_sdk - ref: main - google_cloud_firestore: - git: - url: https://github.com/firebase/firebase-admin-dart - path: packages/google_cloud_firestore - ref: main