Firebase auth Email Action Links API by hardikns · Pull Request #258 · firebase/firebase-admin-python
@hardikns, thanks for putting this together. We already have a reviewed and approved API proposal for this. Can you change you implementation to fit the following API signatures:
generate_password_reset_link(email, action_code_settings=None, app=None)
generate_email_verification_link(email, action_code_settings=None, app=None)
generate_sign_in_with_email_link(email, action_code_settings, app=None)
ActionCodeSettings(url, handle_code_in_app=None, ios_bundle_id=None, android_package_name=None, android_install_app=None, android_minimum_version=None, dynamic_link_domain=None)
I left a few other comments after taking a quick peek at the code. Once you've made the necessary changes to the API, I will take do a more thorough review.