-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Labels
Description
Hello sir.
I cloned your git on my PC and replace firebase configuration and run the project.
The project is running successfully.
After paring two devices, when send file, I am getting connection error.
When create my firestore, I don't know about collection data.
so, I used the below json to set simple_peer settings.
{
"provider": "google",
'iceServers': [
{'url': 'stun:stun.l.google.com:19302'},
],
}
I don't know what is issue.
Could you help me to run the project successfully?
Thank you