Skip to content

📢wildfire-dev developer beta version #37

@cheng-kang

Description

@cheng-kang

This issue is not following the template because it is an announcement. Normal issues should follow issue template.

It's been a while, but finally some major features are released in the wildfire developer beta version.

The latest version is: wildfire-dev@0.5.4.

Because we don't have a plan for public release yet, if you want the fixes of issues of previous versions or want to try the new features, please follow the instruction below to manually switch to wildfire-dev@0.5.4.

Usage

Note: the new version includes major data structure & database security rules change. To avoid damaging old data, please create a new database to run the new version. We may publish a script for migrating old data to new database in the future.

  1. Create a new Firebase / Wilddog project,copy & paste security rules

  2. Activate email-password login method in authentication.

  3. Add following code to the right place of your website:

    <div class="wildfire_thread"></div>
    <script>
      var wildfireConfig = () => ({
        useDev: true, // Use this config to activate dev version
        version: '0.5.4', // Use this config to specify specific version
        databaseProvider: 'firebase',
        databaseConfig: {
            apiKey: "...",
            authDomain: "...",
            databaseURL: "...",
            projectId: "...",
            storageBucket: "...",
            messagingSenderId: "..."
        },
      })
    </script> 
    <script src="https://unpkg.com/wildfire-comment"></script>

    New version will be using wildfire-comment to load wildfire.

New Features

Fixes

Showcase

My personal blog is using wildfire-dev@0.5.4https://chengkang.me/2017/12/19/introduction-to-wildfire/#License

Metadata

Metadata

Assignees

No one assigned

    Labels

    AnnouncementOfficial announcements of this project.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions