moai-platform-firebase-auth

Implement and manage Firebase Authentication across Web, iOS, Android, and Flutter apps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/globalmsq/solo-relayer-service --skill moai-platform-firebase-auth-globalmsq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-platform-firebase-auth
Source: https://github.com/globalmsq/solo-relayer-service/tree/main/.claude/skills/moai-platform-firebase-auth
Command: npx skills add https://github.com/globalmsq/solo-relayer-service --skill moai-platform-firebase-auth-globalmsq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance to implement and manage Firebase Authentication across Web, iOS, Android, and Flutter apps, enabling secure user authentication flows.

Core Features & Use Cases

  • Social authentication (Google, Facebook, Apple, Twitter, GitHub, Microsoft)
  • Phone number authentication (SMS) with verification
  • Anonymous auth and account linking
  • Custom claims and RBAC for admin access
  • Security Rules integration for Firestore/Storage
  • MFA and admin tooling for user lifecycle

Quick Start

Enable Firebase Authentication in your project, install the Firebase SDKs for your target platform, and begin integrating Email/Password, Google Sign-In, and phone authentication using the guidance in this Skill.

Frequently Asked Questions about moai-platform-firebase-auth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Firebase Authentication for Web, iOS, Android, and Flutter apps?

You can implement Firebase Authentication across Web, iOS, Android, and Flutter by installing the target platform SDKs and using this guidance to configure secure user authentication flows.

How does phone authentication and MFA work with Firebase Auth?

Phone authentication uses SMS verification, while MFA adds an additional layer of security. This Skill guides you through implementing SMS verification and enforcing MFA for the user lifecycle.

Can I use custom claims and RBAC for admin access in Firebase?

Yes, you can manage custom claims for RBAC. This Skill covers server-side claim management to enforce admin access roles and integrate security rules for Firestore and Storage.

What's the best way to link anonymous auth accounts to social providers in Firebase?

You can link anonymous auth accounts to social providers like Google, Facebook, and Apple. This Skill provides guidance on upgrading anonymous users to permanent social auth identities.

Does this Firebase Auth guidance include admin tooling for user lifecycle management?

Yes, it includes admin tooling for user lifecycle management. You get guidance on server-side claim management, MFA enforcement, and administrative actions across the Google ecosystem.