This commit is contained in:
Juan Felipe Duarte
2023-04-22 14:33:53 -05:00
parent f702d4e0e6
commit 03bd8401b5
12 changed files with 642 additions and 216 deletions
+16
View File
@@ -0,0 +1,16 @@
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:prosappco/src/authentication/authentication_repository.dart';
final uid = AuthenticationRepository.instance.getCurrentUserUid();
// class EventoService {
// Future<Event> createEvent() {
// FirebaseFirestore.instance.collection('users').doc(uid).update({
// 'ejemplo': 'ejm',
// });
// try {} catch (e) {
// print('Evento $e');
// }
// }
// }