FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options)
I have created a Next.js application and am using Firebase authentication. I have used the useContext hook for managing user state across my application. The code for the AuthContext is as follows: auth.js import { createContext, useState, useEffect, useContext }…