I have flutter app and using firebase and facebook login..
I am configuring Facebook and I am at step 5 "Associate Your Package Name and Default Class with Your App" from this document https://developers.facebook.com/docs/facebook-login/android
Default Activity Class Name
This is the fully qualified class name of the activity that handles deep linking such as com.example.app.DeepLinkingActivity. We use this when we deep link into your app from the Facebook app. You can also find this in your Android Manifest.
What does that above statement means? Is there something else I need to install?