googlearchive / firebase-angular-starter-pack

A Firebase + AngularJS Starter Pack
MIT License
347 stars 234 forks source link

Can't manually type in a nested url #20

Closed ghost closed 7 years ago

ghost commented 8 years ago

This is my main concern for using firebase. Most SPA's use a custom backend which has a catchall route handler that allows this feature (gmail, youtube, etc), but with firebase users have to start from the root path before navigating the routes. This issue may be out of scope since I'm guessing it's not possible with firebase, but is there something I can add to make this work? Thanks.

abeisgoat commented 7 years ago

You can definitely do this with Firebase Hosting and actually when you use the firebase CLI it will ask if you'd like to configure your paths to work as a typical SPA does (as you describe!) So I'd look into that :)