You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me, i'm new to Firebase and i have a message error when i'm trying to create a collection from an existing collection ID.
The conversation is created and the ChatRoom also but i have the message appearing and disappearing after around 10 secondes, it seems as the second function doesn't wait the first one
Here's the structure :
Create a document in "Conversations" collection.
Getting the ID of that document.
Create a document in "ChatRoom" collection that has the same ID as
the document in "Conversations".
Here's the message error :
The following assertion was thrown building chatPage(dirty, state: _chatPageState#e5c15):
a document path must be a non-empty string
'package:cloud_firestore/src/collection_reference.dart':
Failed assertion: line 59 pos 14: 'path.isNotEmpty'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
Please help me, i'm new to Firebase and i have a message error when i'm trying to create a collection from an existing collection ID.
The conversation is created and the ChatRoom also but i have the message appearing and disappearing after around 10 secondes, it seems as the second function doesn't wait the first one
Here's the structure :
the document in "Conversations".
Here's the message error :
The following assertion was thrown building chatPage(dirty, state: _chatPageState#e5c15):
a document path must be a non-empty string
'package:cloud_firestore/src/collection_reference.dart':
Failed assertion: line 59 pos 14: 'path.isNotEmpty'
Here's my code :
Beta Was this translation helpful? Give feedback.
All reactions