David East

Results 39 comments of David East

@markgoho I see where I skipped a spot. You are supposed to move the `dist/index.html` file to `dist-server`, but I referred to it as a delete. I'll get that updated....

@StudioTOB Make sure you're including some static files for Firebase Hosting in the public folder and deploy both. `firebase deploy --only hosting,functions`. On another note, I do need to work...

@mrjmd Thanks for filling the issue! This module assumes a `**` route currently, so I'm not sure if that is affecting you. Are you trying to apply any middleware?

Yeah I was too liberal with adding these peerDeps. I'd like to pair it down to `@angular/platform-server`, `zone.js`, `rxjs`, and `@angular/core`. I'll address this in a PR soon.

Great question! There are two main reasons behind this. Firstly, the boxes property of the `BoxService` should have been marked private. I was going to use a the underscore convention...

Hi @jdnichollsc, Your example is excellent for the 3.0 SDK. This tutorial was written long-ago for the older 2.4.2 SDK.

Hey @dirajkumar! We're in the middle of resolving the issues with the 3.0 SDK and React Native. After we see a resolution there I can look into doing an auth...

@matdehaast That would be excellent!

Hey @pi0! Thanks for the kind words, and thank you for Nuxt! This is definitely possible through the `firebase.json` configuration. There's a few solutions here. I can make a change...