mui / toolpad

Toolpad: Full stack components and low-code builder for dashboards and internal apps.
https://mui.com/toolpad/
MIT License
1.29k stars 283 forks source link

[authentication] Support Firebase auth #3251

Open Janpot opened 8 months ago

Janpot commented 8 months ago

Summary

Support firebase auth: https://authjs.dev/reference/adapter/firebase We will likely make this a pro feature

Examples

No response

Motivation

https://discord.com/channels/1131323012554174485/1131329982669525015/1211027645584646164

Search keywords: firebase auth

apedroferreira commented 5 months ago

This is a database adapter that uses a Firestore database for sessions instead of JWTs, not an auth provider, so we decided to not do it for now. Not sure if that means we should close this issue or leave it on hold.

Also for future reference maybe, some of the work was done in: https://github.com/mui/mui-toolpad/pull/3266