PM
|
9ca4fb29d8
|
To fix error on Firefox 85.0.1 (Ubuntu 20.04)
On firefox, I got:
```
Uncaught TypeError: supabase.auth.user().then is not a function
fetchUserDetails http://192.168.1.230:8080/index.js:62
EventHandlerNonNull* http://192.168.1.230:8080/index.js:18
EventListener.handleEvent* http://192.168.1.230:8080/index.js:10
index.js:62:6
fetchUserDetails http://192.168.1.230:8080/index.js:62
fetchUserDetails self-hosted:1176
(Async: EventHandlerNonNull)
<anonymous> http://192.168.1.230:8080/index.js:18
(Async: EventListener.handleEvent)
<anonymous> http://192.168.1.230:8080/index.js:10
```
My solution might not be the best but it makes it work :)
Please continue showing examples about direct access from javascript client (like Firebase do).
|
2021-03-06 17:10:26 +01:00 |
|
Paul Copplestone
|
94600801e1
|
fix broken lonk on vanilla js auth
|
2021-02-14 16:58:41 +08:00 |
|
Thor 雷神 Schaeff
|
8c23121a17
|
Fix unpkg import
|
2020-12-19 18:08:12 +08:00 |
|
ykdojo
|
cebe10391e
|
Javascript -> JavaScript, Typescript -> TypeScript
|
2020-12-16 12:59:28 -08:00 |
|
Paul Copplestone
|
23c8d0e79f
|
Moves the remaining 2 examples to the new naming convention
|
2020-11-17 19:56:00 +08:00 |
|