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
For improving our internal usage reports, we need to send some client headers in all requests performed by the library.
Please include following headers:
x-supabase-client-platform: which platform of operating system on which the client is running "Android", "Chrome OS", "Chromium OS", "iOS", "Linux", "macOS", "Windows"
x-supabase-client-platform-version: version of the platform/operating system which the client is running 11.0.0
If value cannot be defined for some reason, send none.
General Info
Feature request
For improving our internal usage reports, we need to send some client headers in all requests performed by the library.
Please include following headers:
x-supabase-client-platform
: which platform of operating system on which the client is running"Android"
,"Chrome OS"
,"Chromium OS"
,"iOS"
,"Linux"
,"macOS"
,"Windows"
x-supabase-client-platform-version
: version of the platform/operating system which the client is running11.0.0
If value cannot be defined for some reason, send none.
Reference PR for Swift: supabase/supabase-swift#685
Usecase
No response
The text was updated successfully, but these errors were encountered: