Ribal Nasr
Ribal Nasr
@WisaniShilumani does your version support lazy loading? I'm trying to make it work with no success.
@davideast should we expect an update on this issue soon? cuz am really desperate.
Seems like everybody is busy with something else :), meanwhile I finally managed to create this repo: https://github.com/ribalnasr/angular-universal-firebase-functions-boilerplate It's a boilerplate for an angular/firebase project, with Universal pre-installed and configured...
Did you find a solution for this?
Here's my workaround for now... I created a service: ``` @Injectable({ providedIn: 'root' }) export class RecaptchaBrowser { constructor( @Inject(PLATFORM_ID) private platformId: string ) { } provider(siteKey: string) { return...
lovely update @Danelund , this is is exactly what i was trying to achieve without using custom claims but i couldn't at the time... i remember your updated code was...
hello people! :) @gitdubz, small bug fix that should be updated in the docs, under match /fl_content/{document=**} { allow read: if isContentPermitted(resource.data.\_fl_meta_.schema, 'view') ; allow update: if isContentPermitted(request.resource.data.\_fl_meta_.schema, 'update'); allow...
a guest and a sudo profile within the free plan.. just a thought :)
hey @YariKoen, in the firebase console, inside firestorm, find your user under fl_users, does it have permissions = fl_permissions/1 ?
the problem seems to be there, change the one with a string value to a reference on 'fl_permissions/1', and check the user uid under authentication then compare it to the...