_firestore.collection('users').doc(userCredential.user!.uid).set({
In this line, what does the ! next to user do – This is with dart and firestore
I’m just curious and want to know what it does from the tutorial I’m watching. Anything would be helpful, thanks!
New contributor
0