# Firedeck > Firedeck is a native iPhone and iPad app for managing Firebase projects — the Firebase Console, redesigned for iOS. It covers 14 Firebase services and is fully client-side: no backend, no proxy, no token server; every request goes directly from the device to Google's first-party Firebase APIs using the user's own Google sign-in. Key facts: - Platform: iOS and iPadOS (universal app), built natively in SwiftUI. - Download: https://apps.apple.com/app/firedeck-firebase-client/id6770333049 - Deep support (browse + write): Firestore, Authentication, Cloud Storage, Remote Config, Cloud Functions, Cloud Messaging. - Also supported: Realtime Database, Hosting, Extensions, Security Rules, App Distribution, IAM, App Check, Cloud Logging. - The Deck: a home screen of live widgets from any project and any service (feature flags, release status, user counts). - Pricing: free to download; reading and browsing every service is free. Firedeck Pro unlocks write/admin actions: $29.99/year (7-day free trial), $5.99/month, or $69.99 lifetime. - Security: no backend, tokens stay on the device, granular per-capability OAuth scopes, confirmation before destructive actions. - Built by Adam Gelatka, an iOS engineer, to manage his own indie projects. ## Product - [Home](https://firedeck.net/): overview, the Deck, iPad support, pricing. - [Firebase Console for iPhone](https://firedeck.net/firebase-console-for-iphone): the authoritative page on managing Firebase from an iPhone. - [Firebase on iPad](https://firedeck.net/firebase-on-ipad): native iPad layouts, multi-column navigation, keyboard support. - [The best Firebase console for mobile](https://firedeck.net/best-firebase-console-mobile): an honest guide to the options (browser console vs native clients). - [Changelog](https://firedeck.net/changelog): every release, documented. ## Services - [Firestore](https://firedeck.net/firestore): Browse collections, edit documents, and run queries directly from your device. - [Authentication](https://firedeck.net/authentication): Inspect, search, and manage your users from anywhere. - [Storage](https://firedeck.net/storage): Browse buckets, preview files, and manage uploads on the go. - [Remote Config](https://firedeck.net/remote-config): Update parameters and publish changes instantly — and safely. - [Cloud Functions](https://firedeck.net/cloud-functions): Monitor functions, test invocations, and review errors. - [Cloud Messaging](https://firedeck.net/cloud-messaging): Compose and send push notifications from your phone. ## Documentation - [Managing Authentication](https://firedeck.net/docs/authentication-management): View and search users, inspect accounts, disable or enable them, and send password resets. - [Connecting Firebase](https://firedeck.net/docs/connecting-firebase): How Firedeck connects to your Firebase projects using Google sign-in and granular OAuth scopes. - [Frequently asked questions](https://firedeck.net/docs/faq): Common questions about Firedeck — supported services, pricing, security, and platform support. - [Managing Firestore](https://firedeck.net/docs/firestore-management): Browse collections, read and edit documents, create and delete records, and search your data. - [Getting started](https://firedeck.net/docs/getting-started): Install Firedeck, sign in with Google, and open your first Firebase project. - [Security considerations](https://firedeck.net/docs/security): Firedeck is fully client-side — no backend, no proxy, no token vault, and no Firebase Admin SDK. ## Blog - [In-app feedback with Firestore: 6x more responses than email](https://firedeck.net/blog/in-app-feedback-with-firestore): Why a mailto link collected almost no feedback, and how a tiny Firestore-backed form changed that — schema, results, and trade-offs. - [How to manage Firebase from an iPhone](https://firedeck.net/blog/manage-firebase-from-iphone): A practical look at managing Firebase projects from iOS — what's possible today, and when it's the right tool. - [A Firestore production safety checklist](https://firedeck.net/blog/firestore-production-safety-checklist): Simple habits for editing production Firestore data without causing an incident.