Dale Nguyen
Dale Nguyen
Same thing happened to me. Followed by this thread. https://github.com/linnovate/mean-admin/issues/6
@microsoftbuild are you planning to use all of them?
Hi @rrust, I updated the package. When initializing the app, it will return a firestore instance. You can use it to pass to the functions. ``` const firestore = initializeFirebaseApp(serviceAccount,...
@ChromeQ do you have an example on how to lazy load firebaseui with plain javascript?
Thanks, @jacobbowdoin. Updated the v9 compat to my WordPress website. Everything works fine 👍
I created fix for this one. Let's wait for feedback from team :)
Looks like it's the same as https://github.com/primefaces/primeng/issues/13757
Agree. I'm having the same issue today and the error log is not helpful.
I think it will look better if we remove the styling for the card. ``` TO ``` Or do you have many cards that have the upload button?
> @IsmaelBembo You need to switch from AngularFire to the regular firebase package. @Benzilla Your approach doesn't seem to work well with SSR. For some reason, during SSR, the getDocs...