MeetUp
  • Introduction
  • ScreenShots
  • Flutter App
    • Getting Started
    • Directory Structure
    • Change App Name & ID
    • Change App Color theme
    • Firebase Phone Auth
    • Firebase Phone OTP/ SHA1
  • Laravel Admin end
    • Getting Started
    • App API
    • Update & Terminal
    • Forgot Password (Web)
    • Firebase Phone Auth for Forgot Password
    • AI Platforms
  • MeetUp App API
  • Add Firebase To Flutter App
  • Set up reCAPTCHA verification for iOS Firebase Phone Auth
  • FAQs
    • Backend Image not working
    • Firebase: This domain is not authorized
    • AI Generator
  • Change logs
Powered by GitBook
On this page

Was this helpful?

  1. Laravel Admin end

Firebase Phone Auth for Forgot Password

PreviousForgot Password (Web)NextAI Platforms

Last updated 4 years ago

Was this helpful?

For the forgot password to work, the admin-end needs to verify the request via firebase. There you need to upload your firebase service account to the admin-end.

Here is a link to how to generate and download service account from your firebase project:

After you have downloaded the service-account.json file, you need to upload it to the admin-end.

On you admin-end go to settings > Push notification setting(Firebase). In the form provided you will see the section that allows you to you upload the just downloaded service-account.json file.

After uploading this file, you will now be able to successfully perform a password rest on the app.

https://firebase.google.com/docs/admin/setup#initialize-sdk