uid is not defined for type 'Object' in flutter
i am trying to check if a user id is the same as the current user's id by using data.uid but i keep getting this error: The getter 'uid' isn't defined for the type 'Object'. this is the code Widget…
i am trying to check if a user id is the same as the current user's id by using data.uid but i keep getting this error: The getter 'uid' isn't defined for the type 'Object'. this is the code Widget…
I'm looking for a way to have the current logged in username added to the end of a link. example: www.mywebsite.com/custom-post-type/author-post-title "author-post-title" would be replaced with the current logged in username This link will lead to a private post that…
For Telegram, how can I find out my own user id (chat_id) for use with the Telegram API? I want to send myself a message via the Telegram API, like this: https://api.telegram.org/bot<BOTID>/sendMessage