firebase / firebase/quickstart-js
Fetch data from mobile is 35 times slower than on PC
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 3.7k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 6
Description
### Step 1: Describe your environment
* Operating system: Windows
* Browser: Chorme
* Firebase SDK version: ^10.10.0
### Step 2: Describe the problem:
#### Steps to reproduce:
1. Open website in PC and open website in mobile (or you can open website in PC and then you click "Toggle device toolbar" - Responsive) : congty.click
2. Click icon chat like messenger
3. In this time , we can see the data fetch in mobile less than 35 times on a phone browser
4. Open tab issue in mobile or toggle device toolbar we can see log from console
#### Observed Results:
* Open tab issue in mobile or toggle device toolbar we can see error log from console . Fetch in mobile less than 35 times on a phone browser . The errors from google api
#### Expected Results:
* I expect fetch data from Mobile browser only fetch less than 1 - 2 times compare to PC browser
#### Relevant Code:
```
// TODO(you): code here to reproduce the problem
```
#### Image fetch data in PC browser , data fetched very fast and log from console


#### Image fetch data in Mobile browser or PC browser and enable toggle device toolbar responsive , data fetched very slow (less than 35 times - 40 times ) and log from console


#### This is an address of website and account test :
[congty.click/](https://congty.click/)
test1@gmail.com
123
#### Thanks for watching and you are very welcome to discuss
Contributor guide
Assessment
This issue has not been assessed yet.