You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not be tough:
a) On the front-end: we could easily call a basic PUT endpoint to increment user action/navigation counts when they're done
-> This could open possibilities to using gRPCs for performance with these operations, rather than through our current REST API; therefore, we could expore that tech in our back-end. This is a great example of a use case for gRPCs, with the nature of these requests simply being procedures to increment certain counts, given a userId and action type.
b) Easily display them through another page in our dashboard here: https://getspawn.com/admin/dashboard
Give us very granular control over:
a) Which actions/navigations do what, by directly editing them in our code, rather than relying on the FirebaseAnalytics or other SwiftUI library to understand
Give us the ability to:
a) Relate analytics to other info in our other database directly, rather than adding a step of interfacing through the provider's data before cross-comparing with our DB
The text was updated successfully, but these errors were encountered:
I believe that doing it ourselves will:
Not be tough:
a) On the front-end: we could easily call a basic PUT endpoint to increment user action/navigation counts when they're done
-> This could open possibilities to using gRPCs for performance with these operations, rather than through our current REST API; therefore, we could expore that tech in our back-end. This is a great example of a use case for gRPCs, with the nature of these requests simply being procedures to increment certain counts, given a userId and action type.
b) Easily display them through another page in our dashboard here: https://getspawn.com/admin/dashboard
Give us very granular control over:
a) Which actions/navigations do what, by directly editing them in our code, rather than relying on the FirebaseAnalytics or other SwiftUI library to understand
Give us the ability to:
a) Relate analytics to other info in our other database directly, rather than adding a step of interfacing through the provider's data before cross-comparing with our DB
The text was updated successfully, but these errors were encountered: