Kalungi Moses
Kalungi Moses
Took a whole army of complaints to simply update your documentation with one line of code. You Apollo guys even closed my issue a few days ago, asking me for...
 > If you take a look at the video at the home page, it works with `nuxt generate` but not with `ssr: false` yet. > > I believe the...
R0N1n-dev/nuxt3-content-blog The repo
So basically , no optionsAPI usage fro content v2 in nuxt3.
Another example. ```js import { defineStore } from "pinia"; import { createUserWithEmailAndPassword, onAuthStateChanged, signInWithEmailAndPassword, signOut, } from "firebase/auth"; import { auth } from "../firebaseConfig"; import router from "../router"; export const...
Am using vue, not react native
> Which line throws `invalid user/email errors`? If you inspect with the developer console, can you tell which request failed? The login attempt throws an error with the first example....
> Just curious, if you pin @firebase/auth to version 1.4.0, does it work? I think I'm having a similar problem and when I kept @firebase/auth at 1.4.0 it worked. How...
> > > Just curious, if you pin @firebase/auth to version 1.4.0, does it work? I think I'm having a similar problem and when I kept @firebase/auth at 1.4.0 it...
Anyone solved this??????