Skip to content

user properties are not updated quickly #2705

@joshua-ra

Description

@joshua-ra

My environment

  • Android Studio version: 4.1.3
  • Firebase Component: Analytics
  • Component version: Latest version

The problem

Client side sequence:

  1. update user properties
  2. send signin_success event

In firebase:

  1. get signin_success event - that time the user properties are not updated
  2. update user properties

Screen Shot 2021-05-28 at 4 45 45 PM

So I added delay time(5 sec) for the signin_success event
In this case: working correctly

  1. update user properties
  2. get signin_success event - that time the user properties are updated

Screen Shot 2021-05-28 at 12 01 22 PM

It was working correctly but it's not working now days.
The user properties update time takes more than event processing time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions