Low-code authentication
for your app.
for your app.
page.tsx
const { signInWithPopup } = new AuthPortal({
domain: 'auth.yourapp.com',
client_id: 'your-client-id',
firebase_auth: getAuth(app),
});
<button onClick={signInWithPopup}>Sign In</button>
https://yourapp.com/
^ Try it! :)