Rafa Horo
Rafa Horo
Same issue here: First I got "Unhandled Runtime Error TypeError: Cannot read property 'length' of undefined" Then changed the options as suggested and got "TypeError: this.app.firestore is not a function"....
> @rafahoro You may try this solution https://stackoverflow.com/questions/69143642/firebase-apps-length-of-undefined#69143734 @mithleshk thanks for answering. From my understanding, the solution in your link is for using Firebase directly (how to migrate to version...
Based on @tong-bluehill workaround: > I have a very simple workaround. Disable the animation. The form function still work. > > ``` > > > ``` This is how I've...