Skip to content

Releases: qteab/react-native-firebase-chat

Release 0.4.0

25 Jul 10:17

Choose a tag to compare

0.4.0 (2023-07-25)

Features

Release 0.3.2

14 Jul 12:02

Choose a tag to compare

0.3.2 (2023-07-14)

Bug Fixes

Release 0.3.1

07 Jul 12:23

Choose a tag to compare

0.3.1 (2023-07-07)

Release 0.3.0

05 Jul 10:36

Choose a tag to compare

0.3.0 (2023-07-05)

Features

  • implemented support for metadata (c238b8c)

Release 0.2.5

30 Jun 10:27

Choose a tag to compare

0.2.5 (2023-06-30)

Bug Fixes

Release 0.2.4

28 Jun 09:03

Choose a tag to compare

0.2.4 (2023-06-28)

Release 0.2.3

27 Jun 09:06

Choose a tag to compare

0.2.3 (2023-06-27)

Release 0.2.2

19 Jun 13:28

Choose a tag to compare

0.2.2 (2023-06-19)

Bug Fixes

  • manually bumped version (327cea8)

Release 0.2.1

19 Jun 13:19
7b68575

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

Release 0.2.0

19 Jun 12:32
bee3b3d

Choose a tag to compare

0.2.0 (2023-06-19)

Bug Fixes

  • add back listner to get real-time messages (61183b7)
  • add peer dependencies to ci workflow (f7054ab)
  • changed package to public (b921cf7)
  • made package public and added npm token (63cd6f0)
  • remove console.logs (be175ca)
  • remove firebase config since its not used (c9d8760)
  • remove firebase package to favor react-native-frebase and made the peerdependencies (5cfcb17)
  • remove multiply example function (83b51d2)
  • small changes to increase readability and optimization (2ff47e5)
  • update types (4b8d693)
  • updated devDeps with peer deps needed (32fb2b5)
  • updated typescript deps and changed package name (468afbe)

Features

  • add a way to send messages from and to the same computer (a022d96)
  • add a wrapper for gifted chat (6956b28)
  • add gifted chat (c6de3e9)
  • add PR template (a47e08a)
  • add simple validation and retry on send message (1cd907a)
  • add workflows (a2684cd)
  • change the way we store data in firebase to adhere to the nestjs package (797b03c)
  • cohere to the data structure on the backend (eed9601)
  • fetch messages in batches (cda0150)
  • pass the firebaseconfig as prop to the package (dd5cb53)
  • passing props to giftedchat component from parent (c48af7f)
  • send image (0318f53)
  • update lastMessage field int the chat document (2d50533)
  • use react-native-firebase instead and update the example app to use cra (106a1af)