|
|
|
|
|
by raphael-gold
1934 days ago
|
|
Currently it is not available but that's the next feature on the list! We are thinking about integrating Firebase and https://supabase.io/ to start with. We are also taking a look at the possibility to manage all the users & authentication from Airtable. What would you prefer to use as an authentication service? |
|
We haven't found a way to wrap the entire WeWeb application with a <ClerkProvider> component (which is a React context under the hood and informs our other components). Is that possible?
Or, in lieu of that, is there a way to hook Javascript into the rendering lifecycle of a page/component. Behind our React components is just vanilla JS, so if there were a way to control rendering based on window.Clerk.user being null, we'd be off to a good start for simple authenticated pages. (You can play with window.Clerk.user in console on https://accounts.clerk.dev to see how it works)
Would love to collaborate on an integration! You can reach me at colin@clerk.dev