{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":80616041,"defaultBranch":"main","name":"react-native-firebase","ownerLogin":"invertase","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-02-01T12:01:03.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13588260?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715978008.0","currentOid":""},"activityList":{"items":[{"before":"5eb5b16bb978ae5cb54ba1aa60941ed79a54ecc8","after":"88616ba5df1aceea91faf8b5725f9588d3d0016b","ref":"refs/heads/@mikehardy/fix-token-method-hang","pushedAt":"2024-05-17T20:44:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"test(ci, android): only run one emulator test at once\n\nthe idea of having an exercise of android emulator at our lowest\nsupported API is temping, but it has not been stable in practice","shortMessageHtmlLink":"test(ci, android): only run one emulator test at once"}},{"before":null,"after":"5eb5b16bb978ae5cb54ba1aa60941ed79a54ecc8","ref":"refs/heads/@mikehardy/fix-token-method-hang","pushedAt":"2024-05-17T20:33:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"test(ci, android): only run one emulator test at once\n\nthe idea of having an exercise of android emulator at our lowest\nsupported API is temping, but it has not been stable in practice","shortMessageHtmlLink":"test(ci, android): only run one emulator test at once"}},{"before":"cfd6f1960955f730593ee57c743ccd7f2874299c","after":"f8916e25371d43db2bd8c22c7f35e8064edc6806","ref":"refs/heads/main","pushedAt":"2024-05-15T02:57:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(auth, android): return credential for signin if phone auth has link collision (#7793)\n\n* Fix Android phone sign in not returning authCredential\r\n\r\nYou can now upgrade anonymous users using phone auth on Android. Credit to @Shaninnik.\r\n\r\n* Apply suggestions from code review\r\n\r\n* style(lint): `yarn lint:android`\r\n\r\ncleaning things up after merging in suggestions\r\n\r\n* fix(auth, android): if no credential in collision exception, avoid accessing it\r\n\r\n---------\r\n\r\nCo-authored-by: Mike Hardy ","shortMessageHtmlLink":"fix(auth, android): return credential for signin if phone auth has li…"}},{"before":"0153105c853c4f90fa837d3be780eaabed852e37","after":"823b3773964970ceaf7b92919c15f383eb714855","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-14T21:17:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"test(ci, android): only run one emulator test at once\n\nthe idea of having an exercise of android emulator at our lowest\nsupported API is temping, but it has not been stable in practice","shortMessageHtmlLink":"test(ci, android): only run one emulator test at once"}},{"before":"632e8b106652229f2da07ff0bf4d549cb7306d39","after":null,"ref":"refs/heads/@mikehardy/fix-patchset-generation","pushedAt":"2024-05-14T21:09:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"}},{"before":"9fe3e4b698ff867fcdf9689ea23e1396a94ddaba","after":"cfd6f1960955f730593ee57c743ccd7f2874299c","ref":"refs/heads/main","pushedAt":"2024-05-14T21:09:49.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(ci): use modern yarn syntax to add packages during patchset generation","shortMessageHtmlLink":"fix(ci): use modern yarn syntax to add packages during patchset gener…"}},{"before":null,"after":"632e8b106652229f2da07ff0bf4d549cb7306d39","ref":"refs/heads/@mikehardy/fix-patchset-generation","pushedAt":"2024-05-14T21:01:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(ci): use modern yarn syntax to add packages during patchset generation","shortMessageHtmlLink":"fix(ci): use modern yarn syntax to add packages during patchset gener…"}},{"before":"e724a467eba19f53573dc1518342391ffd4c2bcc","after":"9fe3e4b698ff867fcdf9689ea23e1396a94ddaba","ref":"refs/heads/main","pushedAt":"2024-05-08T18:21:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"docs(messaging): add `use_frameworks` to notification images Podfile code snippet (#7745)\n\n* Update ios-notification-images.md\r\n\r\nAdding:\r\n```\r\n use_frameworks! :linkage => :static\r\n```\r\n\r\nBecause we use it on our main target and it solve this error:\r\n\r\n```\r\n[!] Unable to integrate the following embedded targets with their respective host targets (a host target is a \"parent\" target which embeds a \"child\" target like a framework or extension):\r\n\r\n- XXX (true) and ImageNotification (false) do not both set use_frameworks!.\r\n```\r\n\r\n* chore: Update ios-notification-images.md\r\n\r\n* Update docs/messaging/ios-notification-images.md\r\n\r\n---------\r\n\r\nCo-authored-by: Mike Hardy ","shortMessageHtmlLink":"docs(messaging): add use_frameworks to notification images Podfile …"}},{"before":"d874e15145086f59bba11fee4f23a8d9cc50cc68","after":"e724a467eba19f53573dc1518342391ffd4c2bcc","ref":"refs/heads/main","pushedAt":"2024-05-08T18:05:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"feat(functions): typescript definitions for modular functions API (#7777)\n\n* typescript definitions for modular functions API\r\n\r\n* Add missing description for functionsInstance param","shortMessageHtmlLink":"feat(functions): typescript definitions for modular functions API (#7777"}},{"before":"3446ca346e417fc6b499d1508a4a32e45c063986","after":"d874e15145086f59bba11fee4f23a8d9cc50cc68","ref":"refs/heads/main","pushedAt":"2024-05-08T18:02:24.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(firestore): fix types for the `where` api in modular queries","shortMessageHtmlLink":"fix(firestore): fix types for the where api in modular queries"}},{"before":"2051ca8800cbc37633f928aa09f05ef003d7c19e","after":"0153105c853c4f90fa837d3be780eaabed852e37","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-08T02:01:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump javascript versions and e2e react-native to 0.74.1","shortMessageHtmlLink":"build(deps): bump javascript versions and e2e react-native to 0.74.1"}},{"before":"65dc00157e72691e16949ff896589c72764d6f4d","after":"2051ca8800cbc37633f928aa09f05ef003d7c19e","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-08T01:41:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump javascript versions and e2e react-native to 0.74.1","shortMessageHtmlLink":"build(deps): bump javascript versions and e2e react-native to 0.74.1"}},{"before":"4ed5e7fbfcf9368abe401da90ddcc9ddd5a0e595","after":"65dc00157e72691e16949ff896589c72764d6f4d","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-08T01:31:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump javascript versions and e2e react-native to 0.74.1","shortMessageHtmlLink":"build(deps): bump javascript versions and e2e react-native to 0.74.1"}},{"before":"03f43e996462c9a2081326778eb760032f2d6dca","after":"4ed5e7fbfcf9368abe401da90ddcc9ddd5a0e595","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-07T22:55:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump javascript versions and e2e react-native to 0.74.1","shortMessageHtmlLink":"build(deps): bump javascript versions and e2e react-native to 0.74.1"}},{"before":"1bccef9c19aacd62bf66e2e32d83bb169b3db5fd","after":"03f43e996462c9a2081326778eb760032f2d6dca","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-07T04:22:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"WIP - squash with guava removal when working\n\nthe firestore metachange-only check re-implemented from guava is failing\nit's related unit testing so something isn't correct\n\nthis isn't correct yet either but out of timebox so persisting work for now","shortMessageHtmlLink":"WIP - squash with guava removal when working"}},{"before":"a77d8f082af485e8e270aba300201a600eaec084","after":"1bccef9c19aacd62bf66e2e32d83bb169b3db5fd","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-07T04:10:37.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"feat(app, android)!: android-sdk 33.0.0 - needs minSdk 21+ (23+ for auth)\n\nBREAKING CHANGE:\n- requires minSdk 21+ in general, 23+ for auth module\n- requires compileSdk 34+\n- app-distribution gradle plugin requires\n - gradle 7.3+\n - android gradle plugin 7+\n - google services plugin 4.3.2+\n- crashlytics plugin requires\n - gradle 8+\n - android gradle plugin 8.1+\n - google services plugin 4.4.1+","shortMessageHtmlLink":"feat(app, android)!: android-sdk 33.0.0 - needs minSdk 21+ (23+ for a…"}},{"before":"424b9d9c15921268ba3cc96a3e154fe2ee18c345","after":"3446ca346e417fc6b499d1508a4a32e45c063986","ref":"refs/heads/main","pushedAt":"2024-05-03T01:05:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"feat(functions): typescript definitions for httpsCallable and httpsCallableFromUrl (#7762)\n\n* feat(functions): Enable specification of input and response types for httpsCallable and httpsCallableFromUrl functions\r\n\r\n* lint\r\n\r\n* update to match upstream typings","shortMessageHtmlLink":"feat(functions): typescript definitions for httpsCallable and httpsCa…"}},{"before":"6401b88890f5c01ad57a230055b4f0fb1bcffdd0","after":"424b9d9c15921268ba3cc96a3e154fe2ee18c345","ref":"refs/heads/main","pushedAt":"2024-05-03T01:05:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"feat(analytics): allow custom event parameters for begin_checkout and purchase events (#7760)\n\n* Allow extra params in begin_checkout/purchase\r\n\r\n* Add tests","shortMessageHtmlLink":"feat(analytics): allow custom event parameters for begin_checkout and…"}},{"before":"c176364cfc144bef644eb664350b0efce4ebd8d8","after":"a77d8f082af485e8e270aba300201a600eaec084","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-03T01:04:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(ci): forward-port to modern yar\n\n- allow it to modify lock files while making test patches\n\nwe do not care about immutability / reproducible builds in the test patch\ncreation context\n\n- use new \"--dev\" flag in place of old \"--save-dev\"","shortMessageHtmlLink":"fix(ci): forward-port to modern yar"}},{"before":"1c82c9ac43999d2653ae696566d3c91bacd3aa69","after":"c176364cfc144bef644eb664350b0efce4ebd8d8","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-03T00:20:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"fix(ci): enable yarn to modify lock files while making test patches\n\nwe do not care about immutability / reproducible builds in the test patch\ncreation context","shortMessageHtmlLink":"fix(ci): enable yarn to modify lock files while making test patches"}},{"before":"82bfe97dbaaf2d21c80c109193e0e44edc1ba1e7","after":"1c82c9ac43999d2653ae696566d3c91bacd3aa69","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-02T23:47:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"test: bump react-native to 0.73.8 / add iOS privacy file","shortMessageHtmlLink":"test: bump react-native to 0.73.8 / add iOS privacy file"}},{"before":"6adb664fa319adf57da41f531630e4891789863c","after":"6401b88890f5c01ad57a230055b4f0fb1bcffdd0","ref":"refs/heads/main","pushedAt":"2024-05-02T17:02:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"chore: alter stale bot exempt tags\n\nThe stale bot was not exempting any of the labels we intended to be exempt\r\n\r\nThe previous \"pin\" tag wasn't working at all\r\nThe needs review tag was incorrect (blocked vs workflow)\r\nThe %20 escapes are not needed in practice","shortMessageHtmlLink":"chore: alter stale bot exempt tags"}},{"before":"664de1850274608d4d71ef91259428f4e54417d2","after":"6adb664fa319adf57da41f531630e4891789863c","ref":"refs/heads/main","pushedAt":"2024-05-02T16:38:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"docs(dynamic-links): add not on auth use case to Dynamic Link deprecation notice (#7773)\n\n* Update Dynamic Link Warning\r\n\r\nFirebase Dynamic Links is deprecated for primary use cases of store/web routing and regular/deferred deep-linking.\r\n\r\nIt is NOT deprecated for the usage of Firebase Authentication. It is, and will continue to be, required as a dependency for the handling of password reset and password-less sign in links beyond the August 25, 2025 deadline.\r\n\r\n* Update docs/dynamic-links/usage/index.md\r\n\r\n---------\r\n\r\nCo-authored-by: Mike Hardy ","shortMessageHtmlLink":"docs(dynamic-links): add not on auth use case to Dynamic Link depreca…"}},{"before":"d72de9e5f87a0d6fa5de70c2ccf6a58a6a88e201","after":"664de1850274608d4d71ef91259428f4e54417d2","ref":"refs/heads/main","pushedAt":"2024-05-01T20:15:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"docs(remote-config): remove unneeded await form remote config socket docs (#7711)\n\nCo-authored-by: luka.sironic ","shortMessageHtmlLink":"docs(remote-config): remove unneeded await form remote config socket …"}},{"before":null,"after":"82bfe97dbaaf2d21c80c109193e0e44edc1ba1e7","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-05-01T20:12:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"test: bump react-native to 0.73.8 / add iOS privacy file","shortMessageHtmlLink":"test: bump react-native to 0.73.8 / add iOS privacy file"}},{"before":"2c1f48eacba95904c89073dcb391d89d0f966165","after":"d72de9e5f87a0d6fa5de70c2ccf6a58a6a88e201","ref":"refs/heads/main","pushedAt":"2024-04-23T15:08:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"chore(test): bump e2e Podfile.lock with latest versions","shortMessageHtmlLink":"chore(test): bump e2e Podfile.lock with latest versions"}},{"before":"163322d438feb1484bdbc0010596d7e6da99624b","after":"2c1f48eacba95904c89073dcb391d89d0f966165","ref":"refs/heads/main","pushedAt":"2024-04-13T02:26:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Salakar","name":"Mike Diarmid","path":"/Salakar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5347038?s=80&v=4"},"commit":{"message":"chore(release): release packages","shortMessageHtmlLink":"chore(release): release packages"}},{"before":"816a1b9716485fd8f15464c0244edba1e66ac71f","after":null,"ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-04-13T02:23:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"}},{"before":"f36a26abe71d9c3222a32683739117a977fb7896","after":"163322d438feb1484bdbc0010596d7e6da99624b","ref":"refs/heads/main","pushedAt":"2024-04-13T02:23:39.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump all javascript dependencies\n\n- holding back any/all that are moves to ESM, not ready for that","shortMessageHtmlLink":"build(deps): bump all javascript dependencies"}},{"before":null,"after":"816a1b9716485fd8f15464c0244edba1e66ac71f","ref":"refs/heads/@mikehardy/dependency-updates","pushedAt":"2024-04-13T01:33:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mikehardy","name":"Mike Hardy","path":"/mikehardy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782704?s=80&v=4"},"commit":{"message":"build(deps): bump all javascript dependencies\n\n- holding back any/all that are moves to ESM, not ready for that","shortMessageHtmlLink":"build(deps): bump all javascript dependencies"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETUgpPQA","startCursor":null,"endCursor":null}},"title":"Activity · invertase/react-native-firebase"}