Olaf Luijks
Olaf Luijks
@jits Thanks for your reply. I've seen that post but I'm using the correct imports. I just followed the examples from angular/fire itself... ```ts import {initializeApp, provideFirebaseApp} from '@angular/fire/app' import...
@jits The imports for collection and collectionData: ```ts import { Firestore, collection, collectionData } from '@angular/fire/firestore'; ``` I've recreated this on StackBlitz, same error (it would mean a lot if...
@jits Thats weird I thought StackBlitz was supposed to give everybody the same results 🤪 Ok thanks for helping out. Ya think I should close this issue?
@jits Will do. I'll close it for now and again, thanks for the help.
@timlouw I can confirm that importing `collection` from `firebase/firestore` fixes the mentioned FirebaseError. I'm not sure if this will raise other issues though... @jits Ok to open up this issue...
Reopening this issue
@midzer Thanks, I got the update (we all need a holiday), however, it still says: Ignored. Is that something on my side, or an apt issue?
@huntabyte The name of the property `orientation' (The orientation of the tabs) is a bit misleading, it suggests that the tabs could be visually rendered horizontally or vertically. The documentation...
I have the same question. I'm holding off the update because I have some things I tweaked. What is the procedure and how does the update actually work?
> Is this undisclosed AI usage? You are right I should have disclosed this. I did use ChatGPT as an assistant for this mainly to help me write the pr...