Pankaj Kulkarni
Pankaj Kulkarni
I am passing a function handleDownloadPosterImage(data:error) instead of closure. Now my question is how do I make weak self in the function instead of closure? Do I have save issue...
Thanks @BrentMifsud for taking time and answering this. 🙏
After creating the FireStore Database and enabling anonymous authentication, I can see the message are sent successfully and can be viewed from Firebase Console. However messages are not seen on...
The valid characters in an URI are: ``` unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~" ``` The other ASCII characters are categorised as following:...