hgwood / names

Small app for my girlfriend and I to write down and rate name ideas for our future child
MIT License
0 stars 0 forks source link

Data is still accessible after logging out #16

Open hgwood opened 10 years ago

hgwood commented 10 years ago

This is a follow-up to #5. It turns out the bug in #5 is unrelated to #13.

Firebase doesn't update reference after login/logout, so a unauthorized user can access the data if the app was previously accessed by an unauthorized user and th epage has not beent refreshed since. Can't find how the ref should be destroyed/updated. Asked on SO : http://stackoverflow.com/questions/23504659/angularfire-data-is-still-accessible-after-logout

hgwood commented 9 years ago

Question was answered. Code remains to be fixed.