-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (36 loc) · 1007 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (36 loc) · 1007 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: https_increment_number
description: HTTPS trigger examples showcasing state increment operations.
publish_to: none
environment:
sdk: ^3.11.0
dependencies:
shared:
path: ../shared
firebase_functions:
git:
url: https://github.com/firebase/firebase-functions-dart
ref: main
dart_firebase_admin:
git:
url: https://github.com/firebase/firebase-admin-dart
path: packages/dart_firebase_admin
ref: main
google_cloud_firestore:
git:
url: https://github.com/firebase/firebase-admin-dart
path: packages/google_cloud_firestore
ref: main
dev_dependencies:
build_runner: ^2.10.5
lints: ^6.0.0
dependency_overrides:
dart_firebase_admin:
git:
url: https://github.com/firebase/firebase-admin-dart
path: packages/dart_firebase_admin
ref: main
google_cloud_firestore:
git:
url: https://github.com/firebase/firebase-admin-dart
path: packages/google_cloud_firestore
ref: main