Craig Berry
Craig Berry
> One workaround could be to use Firebase's new Auth blocking functions (this solution lies outside this SDK) > > Using the beforeUserCreated cloud function trigger, we can access the...
@robingenz have you had any more thoughts on this? There's a patch for Flutterfire that someone posted in the parent issue which might be a good starting point? **https://gist.github.com/mbevin/393597735c67575eccf0858c4c17168d**
This is quite an important feature, not just because of changing map theme, but also because the style object is used for toggling visibility of different features. Without this, the...
Using the following getTable as a workaround: ``` public function getTable() { if(isset($this->table)) { $prefix = $this->getConnection()->db->prefix; return substr($this->table, 0, strlen($prefix)) === $prefix ? $this->table : $prefix . $this->table; }...
We are also interested in the status of this feature.