Uttam Mahatauttammahata.hashnode.dev·Oct 31, 2024How to Build a Firebase and Spring Boot Login and Signup System Using a 4-Layer ArchitectureIn this tutorial, we’ll set up a Login/SignUp backend using Firebase for authentication and Spring Boot to manage API requests and handle data. This setup follows a 4-layer architecture — Controller, Service, Repository, and Entity layers — to ensure...Discuss·38 readsfirebaseAuth
Mason Cochranmasondevelops.hashnode.dev·Oct 29, 2024October 2024 DevlogHi all! Welcome to the October 2024 Devlog for LegisLink. I intend to move forward with a monthly cadence for blogs relating to to the app. October has been a transformative month for the app, with several major changes to the infrastructure so I can...DiscussSwift
Turing Vangisms.hashnode.dev·Oct 8, 2024Nextjs FirebaseNext.js Firebase Integration: A Comprehensive Guide When building modern web applications, combining Next.js with Firebase can offer a powerful and efficient solution. In this article, we'll explore how Next.js Firebase integration works, the benefit...Discuss·1 likeNext.js
Gauss Codergausscoder.hashnode.dev·Sep 12, 2024Handle Firebase Auth persistence uisng Redux in React ApplicationWhen using Firebase authentication with React, the Firebase auth state (logged-in user) doesn't persist automatically across page reloads. To solve this issue, you need to use Firebase's onAuthStateChanged method, which listens for authentication sta...DiscussReact Web ApplicationReact
Aryan kadamaryankadam.hashnode.dev·Jul 30, 2024Firebase AuthenticationIntroduction This blog post details the journey of creating a React application with Vite, integrated with Firebase authentication. The application supports Google and GitHub sign-in, ensuring a smooth user experience. Creating a Firebase Project G...Discussgoogle authentication
JeongwooSeooracion.hashnode.dev·Jul 11, 2024Implementing Admin Approval-Based Registration Using FirebaseWhile developing the Primitive club's homepage, I decided to use Firebase to add several features. Given that this is a login system for a club website, I wanted to implement an admin approval-based authentication method rather than allowing anyone t...Discuss문제 해결 | Develop SolutionsFirebase
Devstories Playgrounddevstoriesplayground.hashnode.dev·Jun 21, 2024Firebase Authentication Made Simple: Detailed Code ExamplesFirebase Authentication provides a robust and user-friendly backend solution for managing user logins in your web or mobile application. It supports a variety of sign-in methods, including email/password, phone numbers, and popular social media platf...DiscussFirebase
Raaj Aryanraajaryan.tech·Jun 20, 2024Firebase Authentication Made Simple: Detailed Code ExamplesIntroduction to Firebase Authentication Firebase Authentication provides backend services to help authenticate users in your application. It supports various authentication methods, including email and password, phone numbers, and popular social medi...Discuss·10 likes·31 readsFirebase
Saurabh Srivastavassdotdev.hashnode.dev·Apr 7, 2024[errno] FirebaseUiException: Code: 10, message: 10This post is part of a series where I list out errors I've faced during various projects, in the hope that it might help someone, or myself in future. Below is the error encountered while using "com.firebaseui:firebase-ui-auth:7.2.0" package in my An...Discussandroid app development
Divyani Thotadivyanithota.hashnode.dev·Feb 3, 2024The Crucial Significance of Documenting Your Work!!So, making apps is like telling a story using code. Picture this: the way we write that story is super clear and easy to understand. We call it self-documentation. It's like creating a map for others who might work on the project later. This makes te...Discuss·2 likes·88 readsiOS