Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 690 Bytes

File metadata and controls

25 lines (11 loc) · 690 Bytes

Error Handling during App Startup

Did you know?

If you run some async initialization code before calling runApp() and an exception is thrown, the app will remain stuck on the splash screen. 😳

To prevent this, wrap your code with a try/catch block and notify the user that something went wrong. 👍


Found this useful? Show some love and share the original tweet 🙏


Previous Next
Full-Text Search: Firestore Extensions VSCode Debug Toolbar in Command Center