joseph-navant
joseph-navant
Hi guys! I also noticed this "issue". After a few attempts, I got it by using same loader config in `forChild` as in `forRoot`: `app.module.ts` (can be `core.module` or whatever):...
> @joseph-navant : your tip don't work in my code Can I help you? - I have the `TranslateModule.forRoot()` (with loader) in my `core.module` (`core.module` is imported in `app.module`) -...
@qnlbnsl this feature isn't already implemented? ``` import { cfaSignIn } from 'capacitor-firebase-auth'; import firebase from 'firebase/app'; /** * Sign in with Google account using Capacitor Firebase Auth */ signInWithGoogle()...
@gabriel-imascono I had the same issue until I implemented email & password sign in method using `AngularFire`. I suppose is because AngularFire needs Firebase initialization through `AngularFireModule.initializeApp(firebaseConfig)`
Hi @baumblatt, Thank you for this awesome plugin! I'm testing "Sign-in with Apple" feature but, after choose if I want to share my email or not, I'm receiving the following...
> Just tested it with `sudo open ./release/mac/ngx-translate-editor.app`. Right after starting the app I still see the same error in the developer console. same here
I just manually added `/opt/homebrew/bin/fnm env --use-on-cd | source` to my `fnm.fish` file
> [@joseph-navant](https://github.com/joseph-navant) This worked! Thank You! I finally moved this to the end of my `config.fish` because the previous workaround was giving me some issues when opening new tabs/windows: ```...