Skip to main content
Ask questions and share your thoughts on the future of Stack Overflow. Join our first live community AMA this Wednesday, February 26th, at 3 PM ET. Learn more
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, ...
Santi's user avatar
  • 579
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 ...
Cipri's user avatar
  • 203
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 ...
Bharel's user avatar
  • 27k