I got Firebase Security Rules warning when using next-firebase-auth SSR
68 views
Skip to first unread message
Than Htut Zaw
unread,
Nov 19, 2022, 11:27:11 AM11/19/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebase Google Group
When I fetch data with next js SSR by using next-firebase-auth I got security warning .
When I use auth with only Client . I have to set security rule in firebase . But when I use Server Side Rendering with next-firebase-auth , I got firebase security rules warning . But cannot set security rules like normal . I got 500 internal server error after set of security rules. What should I do.