firebase_admin icon indicating copy to clipboard operation
firebase_admin copied to clipboard

Does not work with App Check enabled

Open Rexios80 opened this issue 3 years ago • 1 comments

I'm not sure what needs done to fix this, but with App Check enabled database actions silently fail. Also having an easier way to tell when database actions fail would be nice. I tried debugging them but came up empty handed.

Rexios80 avatar Dec 26 '21 16:12 Rexios80

firebase_admin uses firebase_dart under the hood to connect to the realtime database. firebase_dart currently does not support app check.

rbellens avatar Dec 31 '22 16:12 rbellens