Enable compatibility with v4 google providers
We'd like to use this module alongside cloud functions features which are only available in version 4.x of the google providers. Currently the versions are specified as:
google = "~> 3.70"
google-beta = "~> 3.70"
which prevents this.