Skip to content

Commit

Permalink
feat: revert device only change and add cloud support back (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepdsvs authored Oct 31, 2023
1 parent e40bb80 commit 9f9beb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"supportedMessageTypes": ["identify", "page", "screen", "track"],
"supportedConnectionModes": {
"web": ["device"]
"web": ["cloud", "device"]
},
"destConfig": {
"defaultConfig": [
Expand Down
4 changes: 2 additions & 2 deletions src/configurations/destinations/fb/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"supportedMessageTypes": ["page", "screen", "track"],
"supportedConnectionModes": {
"android": ["device"],
"ios": ["device"]
"android": ["cloud", "device"],
"ios": ["cloud", "device"]
},
"destConfig": {
"defaultConfig": [
Expand Down

0 comments on commit 9f9beb8

Please sign in to comment.