I put in Firebase with Auth, Firestore, Capabilities, per pod and I used to be crammed with alerts that I used to be fixing little by little, after that configure and check firebase capabilities and works positive. The one one I can not remedy is the next:
Implicit conversion loses integer precision: 'typename std::enable_if::worth, decltype(block())>::sort' (aka 'unsigned lengthy') to 'int'
Right here!
int LocalStore::Backfill() const {
return persistence_-> Run("Backfill Indexes", [&] {
return index_backfiller_->WriteIndexEntries(this);
});
}
App and firebase DB appears to work positive however I do not know what’s that and what drawback might I’ve it sooner or later!
Any assist?