-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User avatar photo doesn't display when logging into app #289
Comments
Hello! 🙂 Could I help you with it as Hacktoberfest participating? |
Hi @pankova I've assigned this issue to you – welcome to the project! |
@am-MongoDB hello! Could you say:
I get a log.
|
Hi @pankova - how did you install Realm CLI? and what version of realm CLI do you have? |
Hi) 1.1.0 |
@am-MongoDB is this done? I'd love to take this up 👍 |
Just in case, it isn't a critical problem. I have built the app. I will do the task after work 🙂 |
Hi @pankova the issue is still open, and so we'd love to receive a PR. For the transpiler warning, you can probably get rid of it by removing the |
Hello. I'm in progress 🙂 |
@am-MongoDB Sorry, could you check my steps? I have profilePic in the User database. After login, I see the avatar on screen with map and profile screen without navigating to other views. I made a record: |
Hi @pankova – based on that video, I'm assuming that this isn't the first time that you've logged into this app in this simulator? Try removing the app (which will clear any local Realm data) and then reinstall it. Once you log in, Realm starts syncing data, including the profile picture. That can take a number of seconds if there are a lot of existing reports to sync. The view isn't being automatically refereshed once the profile pic is available – it appears if (for example) you open the search view and then return to this one. If you don't see this behaviour, then it might be because you don't have a large number of reports to sync? |
Unassiging at @pankova 's request. |
It's realm side bug. On the first request, we don't get an image. It may have been fixed in the release version. JFY we are using 10.0.0-beta.3 for now, current release version is 10.18.0 |
OK. Let's talk tomorrow (Thursday) in the meeting about how to upgrade Realm for all three apps (ios, mobile, android). |
According to #454 we are at 10.0.19, so can we see if this is still a bug? |
When first logging into the app, the user is taken to the map screen, but their avatar image isn't displayed until they navigate to another view and then return
The text was updated successfully, but these errors were encountered: