Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- multiprovider
- Firebase
- permission
- datetime
- borderRadius
- user
- signout
- Stream
- Swift
- controller
- changenotifier
- Navigator
- Snapshot
- setstate
- divider
- Camera
- consumer
- reference
- platformexception
- changenotifierprovider
- provider
- globalkey
- transform
- snackbar
- switch
- runTransaction
- 문법
- enum
- swift 문법
- ListView.builder
Archives
- Today
- Total
목록senddata (1)
코딩하는 제리

파이어스토어에 작성할 데이터 Collection : Users Document : 123123123 Data : (key)email : (data)codingjerry@gmail.com (key)username : (data)coding-jerry 소스코드 및 pubspec.yaml // models/user_network_repository.dart import 'package:cloud_firestore/cloud_firestore.dart'; class UserNetworkRepository { Future sendData() { return FirebaseFirestore.instance .collection('Users') .doc('123123123') .set({'email': 'coding..
Flutter/Project_InstaClone(완)
2021. 2. 11. 20:16