Skip to main content
Solved

I use webhook should my observer variable be true | Flutter

  • 1 November 2022
  • 1 reply
  • 70 views

I have i project and I use webhook, should my observer variable be true 

1 reply

Userlevel 2
Badge +6

Hi Elif,

 

Webhooks and observer mode are completely different things. Webhooks will work regardless of the observer mode configuration, as displayed in this chart.

 

Most likely, you will want observer mode to be set to false, unless you have a strong reason to do it otherwise. We strongly recommend a full integration if planning to use RevenueCat as your subscription source-of-truth.

 

Reply