Skip to content

Commit

Permalink
Set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 13, 2024
1 parent dd3ce7d commit 1428c6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/lib/main/plugin_initializations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ class PluginInitializations {
'BNT7Da6B6wi-mUBcGrt-9HxeIJZsPTsPpmR8cae_LhgJPcSFb5j0T8o-r-oFV1xAtXVXfRPIZlgUJR3tx8mLbbA',
'stripe_checkout_session_function_url':
'https://europe-west1-sharezone-c2bd8.cloudfunctions.net/createStripeCheckoutSession',
// TODO: Set later to false
'ads_enabled': true,
// Setting the ads_enabled to false will also have the positive side
// effect that the ads won't be shown for the first app open which
// provides a better user experience.
'ads_enabled': false,
'ad_content_url': 'https://sharezone.net',
});

Expand Down

0 comments on commit 1428c6b

Please sign in to comment.