Closed isipisi89 closed 3 years ago
Okey found the "bug". If you request fetch() 2 x times back to back the app crashes. I think there should be a property to check if there is a fechrequest ongoing.
Yes there should indeed :)
@Larpon Fixed in #161.
@Larpon Fixed in #161.
Fantastic! Thanks a lot!
RemoteConfig crashes @ line 355 .cpp file.
As soon as this is called: remote_config::SetDefaults(defaults.get(), filteredMap.size());
defaults.get() and filteredMap.size() do work fine defaults.get() gives a pointer and filteredMap.size() gives the count in the array setted in qml.
Tested on IOS with Firebase 4.1.0 and the latest pull. Could someone test this if it crashes only 4 me?