Firebase Articles
Video - Build an AI Assistant Expense Tracker SwiftUI App | Part 1 | iOS/iPadOS | macOS | visionOS | ChatGPT
Tutorial on building an AI-powered expense tracker app using SwiftUI, integrating Firestore and ChatGPT, for iOS, macOS, and visionOS.
Indie game Project Hack - Convergence
An indie developer shares their journey switching from Unity to Unreal Engine 5 for their game Project Hack, focusing on multiplayer and cross-platform challenges.
DIY Photo Booth: the nerdy details
A developer details the technical choices and challenges in building a DIY photo booth application for a wedding using Electron, web APIs, and a GoPro.
Creating a modern wedding website in 2022 Part 2: Setting up the repository and frameworks
A technical guide on setting up a Firebase project, Parcel bundler, and Tailwind CSS for building a modern wedding website with Preact.
DIY photobooth
A developer details building a custom, open-source photobooth application using web technologies for their wedding to save costs.
Creating a modern wedding website in 2022 Part 1: Choosing the tools
A developer's technical evaluation of Firebase and AWS Amplify for building a wedding website with custom domain, auth, and email features.
How to remove AsyncStorage warning when using Firebase JS SDK with React Native
A guide to fixing AsyncStorage warnings when using Firebase JS SDK with React Native by properly configuring the auth persistence layer.
How To Integrate Firebase Authentication With an Expo App
A tutorial on integrating Firebase Authentication into an Expo React Native app using email/password login and React Navigation.
Super simple start to Firebase functions
A beginner's guide to setting up and deploying your first Firebase Cloud Function, covering initial project configuration and dependencies.
Firebase config in a React app
A tutorial on setting up a React application and integrating Firebase, including project initialization and obtaining API keys.
Chat app with React Native (Part 5) - Create and Fetch Real-Time Messages with Firestore
Part 5 of a React Native chat app tutorial, covering real-time messaging with Firebase Firestore, user authentication, and data fetching.
Announcing A Free eBook On Angular and Firebase
Announcing a free eBook guide to building a full-stack blogging application using Angular and Google Firebase, covering authentication, Firestore, and deployment.
Chat app with React Native (Part 3) - Create Firestore collections to store chat rooms
Part 3 of a React Native chat app tutorial: creating Firestore collections for chat rooms and implementing navigation with modals.
Chat app with React Native (Part 2) - Firebase Email Authentication with react-native-firebase
Tutorial on implementing Firebase email authentication in a React Native chat app using react-native-firebase.
How to test Firebase with Jest
A tutorial on how to mock Firebase database and authentication features using Jest for unit testing in JavaScript/Node.js.
Implement Push notifications for Android apps with React Native
A tutorial on implementing local and remote push notifications for Android apps using React Native and Firebase.
How to implement Forgot Password feature in React Native with Firebase
A tutorial on implementing a Forgot Password feature in a React Native app using Firebase for authentication and password reset emails.
Using Context API with React Native
A tutorial on implementing Firebase authentication in React Native/Expo apps using the Context API to manage state without prop drilling.
Build a Not Hotdog clone with React Native
A tutorial on building a React Native app that uses Google's Vision API to classify images as 'hotdog' or 'not hotdog', inspired by HBO's Silicon Valley.