Chetan Sachdeva
06/03/2020, 5:47 PMsaket
06/03/2020, 8:23 PMritesh
06/04/2020, 4:01 AMcinterops
then you can also create a thin interface (not actual/expect) which simply defines the firebase sdk apis (the basic ones like get/post/etc) and them implement them on both platforms which returns json/string back and then use KMP to map them and to use it further. I used this approach in a toy project and it worked great!Chetan Sachdeva
06/04/2020, 7:05 AM