firebase / firebase/quickstart-js
Why can’t I get currentUser on my iPhone?
- 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: ios16
* Browser: safari,chrome____
* Firebase SDK version: ___10.9.0__
### Step 2: Describe the problem:
I will compile this project later and deploy it to my server. Both PC and Android can return the current user information normally, but the iPhone returns Null.
#### Steps to reproduce:
1. cd atueh directory
2. npm install
3. npm run build
4. Deploy to my server
#### Observed Results:
getRedirectResult returned null
#### Expected Results:
I expect to return the information of the currently logged in user
#### Relevant Code:
quickstart-js-master\auth
iphone:

android:

pc:

Contributor guide
Assessment
This issue has not been assessed yet.