Our app uses Firebase's console to send out push notifications to our users manually based on a topic they subscribe to. I've just submitted the app for beta test review a few minutes ago and then wondered if I should also give them our firebase credentials so they can login, fire a sample notification and see the resulting view controller from where users can share the push notifications content onto social media.
I asked because access to the firebase console(or a way to send notifications) they wont be able to test out the entire app(they technically wont be able to see just one VC.).
Is it safe to share Firebase credentials with the App Review team? How can i avoid rejection(if they choose to reject me) because of this.
TIA