We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# Client API from fastagency.ui.mesop import MesopUI, from fastagency.ui.mesop.firebase_auth import FirebaseAuth, FirebaseConfig # Create config firebase_config = FirebaseConfig( api_key=os.getenv("FIREBASE_API_KEY"), auth_domain=os.getenv("FIREBASE_AUTH_DOMAIN"), project_id=os.getenv("FIREBASE_PROJECT_ID"), storage_bucket=os.getenv("FIREBASE_STORAGE_BUCKET"), messaging_sender_id=os.getenv("FIREBASE_MESSAGING_SENDER_ID"), app_id=os.getenv("FIREBASE_APP_ID") ) # Initialize auth with Google sign-in auth = FirebaseAuth( sign_in_methods={"google"}, config=firebase_config ) ui = MesopUI(auth=auth)
MesopUI(auth=auth)
The text was updated successfully, but these errors were encountered:
harishmohanraj
Successfully merging a pull request may close this issue.
Client API:
MesopUI(auth=auth)
The text was updated successfully, but these errors were encountered: