Hi Team,
We are using Growthbook already in our App. Now I also want to use it on our hardware-device, which is running on a MCU and thus written in C/C++.
My idea was to use the REST API and send an GET-request with some information from the MCU to Growthbook. Then I will get a list of features for this specific user back. Is this possible?
For what I understand I can only get all features with all their rules, then on the MCU I have to implement the checks and rules acording to the user-attributes. Is that correct?
Is it somehow possible to send my user-attributes with the GET-request and growthbook only gives me back the list of features, that matches the attributes?