Kalungi Moses

Results 15 comments of 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...

![Screenshot_2022-09-13_09-44-07](https://user-images.githubusercontent.com/83344872/189829417-b0002bc2-66a6-4fa0-ba0a-587c10e4e3a7.png) > 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??????