new
improved
fixed
6/26/25 Releases
Request a Quote Embedded Forms
You can now embed a Request a Quote form on a 3rd party website! To do so, snag the snipped of code below and replace
ADD_OUTFITTER_ID
with the Outfitter's ID. <script src="https://mallardbay.com/request-a-quote/index.js" data-outfitter="ADD_OUTFITTER_ID"></script>
For example, if their outfitter id is
123-abc
your code snippet would be:<script src="https://mallardbay.com/request-a-quote/index.js" data-outfitter="123-abc"></script>
You can find the Outfitter’s ID in the URL when viewing their profile in the dashboard as an admin.

Eventually we do plan to add an easy to copy option for our Outfitters to use.
Improved Deeplinking
Now if a feature is not available in the app, we instead re-direct the deeplink used in our emails, to the Dashboard.
Misc Enhancements
- Added a trip insurance policy number to the booking details for easy reference and management.

- Enabled outfitter owners to update their processing fees, giving them more control over their business.

- Introduced a new feature: dark mode maps. This offers a more visually comfortable map display and helps save battery life.

- Enhancements to the amenities and species selector for a more streamlined user experience.
- The term 'Owner' has been changed to 'Billing Owner'.
- Users can check the status of their micro deposits for payments.
- We've improved the time selector for a more user-friendly experience.
- We've resolved issues related to share payments; they will now only display when applicable.
- We've fixed pricing package cache issues for smoother performance.
- We've broken down the functions index file for better organization, making it easier to navigate and understand.
- Added a Firebase document wrapper and created wrappers for all Firebase functions, this will improve the efficiency of our code.
- Introduced a new resolver and tests to ensure the accuracy and reliability of our software.
- Improved our async functions and refactored some code for better performance, leading to a smoother and faster user experience.
- Made improvements to the lint, schema, and test coverage for better code quality and reliability.
🙌 Kudos to @Adam @Manny @Izzy