You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
for my GoogleOneTapAuth plugin (see https://github.com/inouiw/capacitor-native-google-one-tap-signin) I want to allow the plugin consumer to define the clientId in the capacitor.config file. The plugin needs the clientId for all platforms, also on the web platform.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
for my GoogleOneTapAuth plugin (see https://github.com/inouiw/capacitor-native-google-one-tap-signin) I want to allow the plugin consumer to define the clientId in the capacitor.config file. The plugin needs the clientId for all platforms, also on the web platform.
The documentation only mentions how to access config values for android and iOS, see https://capacitorjs.com/docs/plugins/configuration-values.
Is it possible to get the config values for a plugin on the web platform?
Beta Was this translation helpful? Give feedback.
All reactions