Ayesha Gullayeshaiq.hashnode.dev·Sep 12, 2023Integrating Firebase in a Next.js project: A Step-by-Step GuideIntroduction: Firebase is a comprehensive mobile and web application development platform offered by Google. It provides a wide range of cloud-based tools and services that help developers build, deploy, and manage applications more efficiently. Next...Discuss·35 readsFirebase - Building Dynamic Web & Mobile AppsFirebase
Afeefuddinafeefexplores.hashnode.dev·Sep 9, 2023Peeking into Google FirebaseFirebase is undoubtedly one of the coolest technologies developed by Google. Few days back I participated in a hackathon for which I created and deployed a website on Firebase. I read so many blogs and spent so much time asking questions to chat gpt ...Discuss·50 readsFirebase
LordCodeXlordcodex.hashnode.dev·Aug 4, 2023Authenticate your React App with Firebase in 2023Hi there, are you looking to know how to secure your react app with firebase, then this article is for you. In this article, I will show you how to authenticate your React apps using Firebase in 2023. Outlines Requirements/Prerequisites for authenti...Discuss·11 likes·30 readsFirebase
Adebisi Tobilobatobedated.hashnode.dev·Aug 1, 2023Authentication with FirebasePrerequisites Authentication with Firebase This article assumes you have some knowledge of authentication and can use Javascript. What is authentication? Authentication is the process of verifying someone's or something's identity. Authentication usu...DiscussFirebase
Sai Siddhish Chandra Sekarandevsai.hashnode.dev·Jul 25, 2023I Tried FirebaseIntroduction I recently attempted to create a simple chat application to explore Firebase's capabilities. The free tier was not what I had anticipated... What is Firebase? Google's BaaS (Backend as a Service) product is called Firebase. It contains s...Discuss·1 like·31 readsFirebase
Manthan Ankolekarmanthanank.hashnode.dev·Jun 23, 2023Commonly used features and commands of Firebase in AngularHere's a Firebase cheatsheet with commonly used features and commands in an Angular application: Firebase Initialization in Angular Install Firebase packages: npm install firebase @angular/fire Import Firebase and initialize it in your Angular ap...Discuss·31 readsFirebase
Manthan Ankolekarmanthanank.hashnode.dev·Jun 21, 2023Commonly used features and commands of FirebaseFirebase Initialization import firebase from 'firebase/app'; import 'firebase/auth'; import 'firebase/firestore'; import 'firebase/storage'; const firebaseConfig = { apiKey: 'YOUR_API_KEY', authDomain: 'YOUR_AUTH_DOMAIN', projectId: 'YOUR_PROJ...DiscussFirebase
Massoud Maboudihashnode.iammassoud.net·Jun 4, 2023SignUp|SignIn Limitation Using Google FirebaseIn this article, I will guide you through the process of customizing the authentication flow using Google Firebase. Together, we will explore the various options and configurations available, enabling you to tailor the flow to suit your specific need...DiscussFirebase
Massoud Maboudihashnode.iammassoud.net·May 30, 2023Protect Custom Routes in Docusaurus using Google FirebaseBackground In my previous article, we already figured out how to add an authentication layer to a Docusaurus website and secure the whole website using Google Firebase. Though, what if you want to: Secure one of your specific routes like /docs/* or ...DiscussDocusaurus Authenticationdocusaurus
Massoud Maboudihashnode.iammassoud.net·May 25, 2023Docusaurus Authentication using Google FirebaseBackground Docusaurus is an excellent documentation generator tool that doesn’t support authentication out of the box. If you want to read about the roadmap of this issue and get to know more about what we want to achieve, please refer to my main art...Discuss·51 readsDocusaurus Authenticationdocusaurus