Adds Google OAuth scope.
GoogleAuthProvider addScope(String scope) { _scopes.add(scope); return this; }