kuatek
kuatek
I have the same issue. I Have to close the app and restart it before it works but it is not a good experience for final users.
> @VladimirBerdnik The FcmMessage is designed to take only one recipient. This can be a device token, a device group token, or a topic. Passing an array will not work....
Here is my woraround: HTML: ``` ``` TS: ``` @ViewChild('pickList', { static: false }) pickList: PickList; onMoveAllToTarget(event: any): void { this.selectedColumns = [...this.pickList.target] this.deselectedColumns = [...this.pickList.source] } onMoveToTarget(event: any): void...
> > Here is my woraround: > > HTML: > > ``` > > > #pickList > > [source]="deselectedColumns" [target]="selectedColumns" > > (onMoveToTarget)="onMoveToTarget($event)" > > (onMoveToSource)="onMoveToSource($event)" > > (onMoveAllToTarget)="onMoveAllToTarget($event)" >...
This helped me: https://stackoverflow.com/questions/75071759/google-cloud-storage-permission-denied