File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -90,14 +90,22 @@ The demo page by default runs against the actual Auth Backend. To run against th
90
90
yarn run demo:emulator
91
91
```
92
92
93
+ ## Running against Auth Staging endpoint
94
+
95
+ Modify the configured endpoint to staging by following the changes in this branch:
96
+
97
+ https://github.com/firebase/firebase-js-sdk/compare/use-staging
98
+
93
99
## Running against local changes to auth package
94
100
95
- By default, the demo runs against the latest release of firebase-auth sdk. This can be modified by:
101
+
102
+ By default, the demo runs against the local firebase-auth implementation in packages/auth/src.
103
+ This can be modified to point to a released version using:
96
104
97
105
```
98
106
// packages/auth/demo/package.json
99
- + "@firebase/auth": "file:..",
100
- - "@firebase/auth": "0.18.0",
107
+ - "@firebase/auth": "file:..",
108
+ + "@firebase/auth": "0.18.0",
101
109
```
102
110
103
111
## Troubleshooting
Original file line number Diff line number Diff line change 18
18
},
19
19
"dependencies" : {
20
20
"@firebase/app" : " 0.7.24" ,
21
- "@firebase/auth" : " 0.20.1 " ,
21
+ "@firebase/auth" : " file:.. " ,
22
22
"@firebase/logger" : " 0.3.2" ,
23
23
"@firebase/util" : " 1.6.0" ,
24
24
"tslib" : " ^2.1.0"
You can’t perform that action at this time.
0 commit comments