How to get single instance of firebase in android throughout application. Iam getting instance from class.whlie trying to do from module level am getting fail.
Class firebasemodule{
     Var module = module{ 
   singlee(createdatstart=true){ 
     gett<Firebase>().instance}}
}
In app level class
Startkoin{ module(listof(firebasemodule))}
Here am getting error.
Any suggestion accepted and I would be helpful for me and for many also.