juju-ba
juju-ba
Is there any way to query with a logical "or" like described in firebase docs? `CollectionReference citiesRef = db.collection("cities"); Query query = citiesRef.whereIn("country", Arrays.asList("USA", "Japan"));` I'm getting "The method 'whereIn'...
I´ve got the following route map `return RouteMap( routes: { '/': (_) => TabPage( child: PageviewPage(userId: userId), paths: const [ '/home', '/notifications', '/create', '/chat', '/settings', ], backBehavior: TabBackBehavior.none, ), '/home':...
Hi, is it possible to change the space like in the picture? )
When creating a cart with a product, which has an automatic discount applied like "Buy 3(n) and get 10% off", the (n+1) product added is not added to the cost...