Loading...
Loading...
Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.
npx skill4agent add firebase/skills firebase-auth-basicsfirebase projects:createfirebase-basicsfirebase-basicsuiduidemaildisplayNamephotoURLemailVerifiedfirebase.json{
"auth": {
"providers": {
"anonymous": true,
"emailPassword": true,
"googleSignIn": {
"oAuthBrandDisplayName": "Your Brand Name",
"supportEmail": "support@example.com",
"authorizedRedirectUris": ["https://example.com"]
}
}
}
}request.auth