3 questions with bounties
0
votes
1
answer
62
views
+100
Sending push notification using FCM .NET SDK, how can I replace the status bar icon?
I am sending push notifications from a .NET web application, using the FCM Admin .NET SDK (FirebaseAdmin 3.1.0).
I have set the ImageUrl and Icon properties, and while the image shows up as expected, ...
4
votes
0
answers
208
views
+100
2025 How to disable reCaptcha in firebase phone-auth (OTP) android without SafetyNet or DeviceCheck
I know that this question has been posted multiple times but most of the answers are deprecated or not valid for 2025 since SafetyNet is deprecated for new apps and Android DeviceCheck API is also ...
2
votes
1
answer
72
views
+50
Correctly catching network and other errors in Flutter
I'm a little lost with handling Flutter errors.
From what I've seen by now, the majority of the SDKs do not explicitly state the errors that they can throw, unlike other programming languages. It ...