Quiz: Add Firebase to your Flutter app: Advanced

  1. Which of the following is something that you don't need to do before a user registers for SMS Multi-Factor Authentication (MFA)?

  2. True or false? A Firestore time-to-live (TTL) policy runs instantaneously when the document expires.

  3. The Crashlytics Flutter plugin’s Fatal API plugs directly into which of the following platform APIs?

  4. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    You can use Remote Config to apply the concept of ___ flagging, which helps you safely roll out or roll back functionality in your app.

  5. Which of the following isn't true about using the Flutterfire CLI when you configure your Firebase project?

  6. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    The flutter ___ get command downloads the existing libraries to your app.

  7. Helper widgets from the lib/src/widgets.dart file reduce clutter in the page layout because they do which of the following?

  8. In Cloud Firestore, test mode ensures which of the following?

    Choose as many answers as you see fit.

  9. Every provider supports MFA except which of the following?

    Choose as many answers as you see fit.

  10. You use TTL policies to do which of the following?

    Choose as many answers as you see fit.

  11. Which of the following are true about feature flagging?

    Choose as many answers as you see fit.

  12. True or false? Crashlytics allows the supply of additional metadata on crashes.